[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion crashing on a copy command. Where are the logs?

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-11-01 01:47:09 CET

On 10/31/05, Madan U Sreenivasan <madan@collab.net> wrote:
> On Mon, 2005-10-31 at 21:36, Anastasios Angelidis wrote:
> > Hi I'm running subversion svnserve, version 1.2.3 (r15833) as a windows
> > service.
> >
> > When I run the following command: C:\SVNTesting>svn copy -r17
> > svn://myserver/Test_Project/Trunk/index.html ./index.html
> thats a little vague. I think, it should be
> svn copy svn://myserver/Test_Project/Trunk/index.html_at_r17 ./index.html
>
This is right you need peg revisions, -r says cp the file represented
 by the URL svn://myserver/Test_Project/Trunk/index.html at revision
17 to index.html. But that file does not exist.
svn://myserver/Test_Project/Trunk/index.html_at_r17 means the file
at svn://myserver/Test_Project/Trunk/index.html in rev 17.

> > I get: svn: Can't read from connection: An existing connection was
> > forcibly closed by the remote host.
> >
> > When I look at the Windows 2000 event viewer, I see: SVNService process
> > ended prematurely: ("C:\Programming\Subversion\bin\svnserve.exe" "-d"
> > "-r" "e:\\SVNRepositories")
> >
> > I can always reproduce this. I restart the service, I run some commands
> > using Tortoise, to see that all is good. Then once I try the above copy
> > command, bam!
> hmmm, this is something we need to try to understand why. But, I dont
> have the resources to try these out, right now. Maybe someone else could
> give it a shot?
>
It should not however crash. That seems to be a bug.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 1 01:48:39 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.