Displaying 1 result from an estimated 1 matches for "blerg".
Did you mean:
berg
2005 Nov 11
2
Rsync, subversion and directories
...quite so.
Furthermore, the output of the "-v" flag doesn't imply that the
directory can be deleted, except when doing a dry run:
$ rsync -rvz --delete --exclude=".svn" --dry-run ~/TestA ~/testme/TestB
building file list ... done
deleting TestA/TEST/ <-------
TestA/blerg.txt
TestA/file with space.txt
TestA/file2.txt
TestA/sync.sh
$ rsync -rvz --delete --exclude=".svn" ~/TestA ~/testme/TestB
building file list ... done
TestA/blerg.txt
TestA/file with space.txt
TestA/file2.txt
TestA/sync.sh
I was wondering, short of moving the subversion server to the sou...