Switch unversions but doesn't delete added directories?
2 views
Skip to first unread message
Nan
unread,
Nov 18, 2011, 10:26:00 AM11/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Subversion SVN
Hi folks --
I have a repository where I copied the trunk to a branch, then added
some directories to trunk and committed them.
Now when I "svn sw" back to the branch, the directories become
unversioned but are not deleted (which in turn causes problems when
switching back to trunk, not to mention problems with compilation and
such).
Is this expected behavior? Have I done something wrong? Is there a
workaround? Google only brings up questions from people asking about
directories that were unversioned before the switch.
SVN client is v1.6.16 on OS X. Server is v1.6.12 on an unidentified
*nix system.