Joshua Varner wrote:
>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.
>
>
>
Allthough with the copy command you can issue a -r even a --revision
>>>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
>
>
Yeah regardless of the command it should not crash it. I guess I can
report it...
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 1 02:00:54 2005