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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -