Re: subversion: svn copy WC URL fails
Re: subversion: svn copy WC URL fails
- Subject: Re: subversion: svn copy WC URL fails
- From: Jens Alfke <email@hidden>
- Date: Tue, 16 Mar 2010 18:33:25 -0700
On Mar 16, 2010, at 4:39 PM, Andreas Grosam wrote: svn copy MyWorkingCopy file:///var/svn/repos/myproject/tags/Demo-v1.0.1/ -m “message"
I get the following error message:
svn: Commit failed (details follow): svn: Source url 'file:///var/svn/repos/myproject/tags/Demo-v1.0.1' is from different repository
Note that it’s calling the file: URL a “source”. That makes me suspect SVN is confused about the source and destination. In particular, I don’t think it’s legal to put flags like “-m” after non-flag arguments. SVN probably thinks you have multiple path arguments, and is treating all but the last one (“message”) as a source.
Try this instead:
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden