From: Joe E. <jo...@em...> - 2011-09-06 16:19:27
|
I'm such a SVN n00b... I can't make a branch for my refactor. When I try it from the command line on my Ubuntu box, I do... > svn copy > https://jsynthlib.svn.sourceforge.net/svnroot/jsynthlib/trunk@r1051 > https://jsynthlib.svn.sourceforge.net/svnroot/jsynthlib/branches/UIRefactor-jemenake > --username blahblahblah --password blahblahblah to try to copy release 1051 to a branch called "UIRefactor-jemenake" (because my changes are all based off of r1051). When I try to do this, however, SVN tells me that the second URL is going to be ignored, and then gives me the option to abort/continue/edit. Do I have to make the branch in the SourceForge web interface or something? - Joe |