Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion Warning Message when trying to commit change to branch

Tags:

svn

I created a branch in subversion by copying the trunk directory. But now when I commit changes to the branch I get this warning message: "Your working copy points to ... which appears to be a tag! You should first switch to a branch or the main trunk before committing."

If I just ignore the error message and save to the target directory, the change appears to take but what is up with the warning message?

Thank you,

Elliott

like image 342
Elliott Avatar asked Jan 27 '12 03:01

Elliott


1 Answers

Guess: you are using TortoiseSVN and your working copy SVN URL contains the string tags.

See also: http://groups.google.com/group/tortoisesvn/browse_thread/thread/dce8ddf63d0c66a6

like image 73
Paker Avatar answered Oct 04 '22 20:10

Paker