Hello everyone. My first post here.
I'm working with an existing SVN structure...something like this
Trunk
- Folder 1
- A.txt
- B.txt
- C.txt
- Folder 2
I want to replace the contents of Folder 1 with these files:
A.txt (a new version)
X.txt
Y.txt
Z.txt
I also want to delete B.txt and C.txt.
The actual situation is much more complex (dozens of files added/deleted) I'm not sure how to do this on my windows machine using TortoiseSVN. Must I individually add X,Y, and Z and individually delete B and C? Or is there some automatic way to simply replace a folder's contents?