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

Re: How to get a batchcopy of files changed between two revisions (on windows)

From: Volker Voßkämper <volker.vosskaemper_at_cenote.de>
Date: 2003-06-18 10:02:04 CEST

Ben Collins-Sussman schrieb:

>>Is it possible to use both on the same repos?
>>
>>
>
>Yes, read this part of chapter 5:
>
> http://svnbook.red-bean.com/html-chunk/ch05s05.html
>
I, did. But...

1.)
---------------------------------------------------------------
On server (as root):
$ svnserver

On client (win32):
C:\> svn ls svn://myhost/complete/path/of/repos
svn: target refused connection (translated german message)
svn: Can't connect to host 'myhost'

2.)
----------------------------------------------------------------
On server: nothing

On client (win32):
C:\> set SVN_SSH=plink -l root -pw mypasswd

C:\>Source>svn ls svn+ssh://myhost/complete/path/of/repos
svn: Network connection closed unexpectedly
svn: Connection closed unexpectedly

Just for testing:
C:\> start %SVN_SSH% myhost
this estabished an connection to the server whithout promptin for anything.

There is no firewall active on myhost.

Sorry for this never ending story. This is, for shure, that I'm using
Linux just for one year...

Many thanks for helping.

Volker

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 10:02:57 2003

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

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