tortoisesvn - How to copy svn directory with all files and subdirectories by file? -
we have huge svn repository. need copy 1 directory subdirectories , not files place, create branch, need exclude many files while copying. thought copying whole directory using tortoisesvn mouse right click , drag , drop , going through created copy , doing "undo add" files don't want see there , commit branch problem files copied individually method , can "undo add" other files linked group of files and/or parent directory , cannot "undo add" individually. can "undo add" whole group.
is possible copy such way files copied independently , "undo add" individually? there way maybe break files/parent directory link , still "undo add" individually after mouse right click drag , drop?
use remove instead undo add:
svn rm path/to/unwanted/file
Comments
Post a Comment