You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/08/03 02:32:57 UTC

[Fwd: Commands needing svn copy (ren, mv etc) fail]

What the heck is this?  This is the second person to report this bizarre
bug this week.  Didn't we fix something similar to this?  Or it a weird
interaction with a shell?

This report, along with the other one, looks like the first 3 chars of
the hostname is being chopped away by something.


-----Forwarded Message-----
From: Amit Sharma <am...@nsoftware.com>
To: issues@subversion.tigris.org
Subject: Commands needing svn copy (ren, mv etc) fail
Date: Mon, 02 Aug 2004 19:26:59 -0400

Hi,

Please excuse me for posting this message again, I had forgotten to 
mention the os and the version.

Operating System: Mandrake Linux 9.2
SVN Version: svn, version 1.0.6 (r10360)

svn copy does not interpret the url correctly.

Examples of the command that fails follows.

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'

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

It appears that the "/" in "svn://" is interpretted as some special 
character.
I have tried various quotes and escape characters but nothing seems to 
work.

Any help would be highly appreciated.

Thanks,
Amit

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


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

Re: [Fwd: Commands needing svn copy (ren, mv etc) fail]

Posted by Ben Reser <be...@reser.org>.
Here is his reply sent to me in private email.


Re: [Fwd: Commands needing svn copy (ren, mv etc) fail]

Posted by Ben Reser <be...@reser.org>.
On Mon, Aug 02, 2004 at 09:32:57PM -0500, Ben Collins-Sussman wrote:
> What the heck is this?  This is the second person to report this bizarre
> bug this week.  Didn't we fix something similar to this?  Or it a weird
> interaction with a shell?
> 
> This report, along with the other one, looks like the first 3 chars of
> the hostname is being chopped away by something.
> 
> 
> -----Forwarded Message-----
> From: Amit Sharma <am...@nsoftware.com>
> To: issues@subversion.tigris.org
> Subject: Commands needing svn copy (ren, mv etc) fail
> Date: Mon, 02 Aug 2004 19:26:59 -0400
> 
> Hi,
> 
> Please excuse me for posting this message again, I had forgotten to 
> mention the os and the version.
> 
> Operating System: Mandrake Linux 9.2
> SVN Version: svn, version 1.0.6 (r10360)
> 
> svn copy does not interpret the url correctly.
> 
> Examples of the command that fails follows.
> 
> 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'
> 
> svn copy svn://localhost/IPWorks/ctlclass 
> svn://localhost/IPWorks/ctlclass/branch -m"Test"
> svn: File not found: revision '3074', path '/alhost/IPWorks/ctlclass'
> 
> It appears that the "/" in "svn://" is interpretted as some special 
> character.
> I have tried various quotes and escape characters but nothing seems to 
> work.

There really isn't sufficent information here to understand what is
going on here.  What shell are you using?  Did you build Subversion on
your own or are you using a binary package?  Is you are using a binary
package where did you get it?  Is the server running the same version of
subversion as the client (I'm guessing yes because of the localhost).
Can you provide an reproduction recipe that starts with creating a new
repository, starts svnserve and then runs commands against that
repository?  Can you provide a trace of the network traffic between the
server and the client?  Finally would it be possible for you to get on
IRC sometime during the daytime in a US timezone to help try to
interactively debug this?

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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