You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Amit Sharma <am...@nsoftware.com> on 2004/07/30 18:49:37 UTC

Trouble using svn copy

Hi,

I am missing something really trivial, but cannot put my finger on it.

svn copy svn://10.0.1.65/IPWorks/ctlclass 
svn://10.0.1.65/IPWorks/ctlclass/branch -m"Test"
svn: File not found: revision '3074', path '/0.1.65/IPWorks/ctlclass'

As you see the path is distorted. I tried "localhost" instead of "IP 
Address" with the following result.

svn copy svn://localhost/IPWorks/ctlclass 
svn://localhost/IPWorks/ctlclass/branch -m"Test"
svn: File not found: revision '3074', path '/alhost/IPWorks/ctlclass'

Please point me in the right direction.

Thanks,
Amit



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Trouble using svn copy

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-07-30 at 13:49, Amit Sharma wrote:
> Hi,
> 
> I am missing something really trivial, but cannot put my finger on it.
> 
> svn copy svn://10.0.1.65/IPWorks/ctlclass 
> svn://10.0.1.65/IPWorks/ctlclass/branch -m"Test"
> svn: File not found: revision '3074', path '/0.1.65/IPWorks/ctlclass'
> 
> As you see the path is distorted. I tried "localhost" instead of "IP 
> Address" with the following result.
> 
> svn copy svn://localhost/IPWorks/ctlclass 
> svn://localhost/IPWorks/ctlclass/branch -m"Test"
> svn: File not found: revision '3074', path '/alhost/IPWorks/ctlclass'
> 
> Please point me in the right direction.

Operating system?  svn version?  



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org