You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christian Hesketh <ch...@penfieldmednetwork.com> on 2008/03/05 16:22:06 UTC

Subversion problem

Hi, we are trying to install subversion on a windows xp machine. We have
tried versions 1.4.5 and 1.4.6 and each time, when I try to list the
contents of a repository, I get the following error message:

 

C:\PROGRA~1\SUBVER~1\BIN>svn list
https://svn.penfieldmednetwork.com/documents/

svn: PROPFIND request failed on '/documents'

svn: PROPFIND of '/documents': could not connect to server
(https://svn.penfieldmednetwork.com)

 

This machine previously had subversion installed, but was it was uninstalled
a few weeks ago, it was working at that time. Also, several machines in our
organization are able to interact with repositories, so I don't think it is
a firewall issue. The XP firewall has been disabled and we still get the
same response. Any ideas?

----------

J. Christian Hesketh

Technical Marketing Specialist

Penfield Medinfo Network

460 Ste-Catherine Street West, Suite 714
Montreal, Quebec
Canada H3B 1A7 

Work: (514) 315-3635 x 207

Cell: (514) 245-8107

 


Re: Subversion problem

Posted by Jeff Mitchell <je...@gmail.com>.
> svn: PROPFIND of '/documents': could not connect to server
> (https://svn.penfieldmednetwork.com)

Make sure that you can open a connection to the server from the client
machine.  E.g. open a command prompt and try "telnet
svn.penfieldmednetwork.com 443" and see what happens.  Using the
Windows telnet client, if it cannot connect to the server you'll get a
message like this:

C:\>telnet bookcase 232

Connecting To bookcase...Could not open connection to the host, on
port 232: Connect failed

Whereas if you can connect to the server, the command prompt should
clear and you should just get a blinking cursor at the top.

If connect fails with telnet, then the problem is connectivity between
the two machines and isn't related to Subversion.

FWIW, I can connect to your server from my home machine.

--Jeff

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

RE: Re: Subversion problem

Posted by Christian Hesketh <ch...@penfieldmednetwork.com>.
Hi, thanks for the help. Yes, we reinstalled subversion. Jeff is correct
that it is a connectivity problem between the laptop and our subversion box.
We are unable to telnet with the laptop, but we can from other machines on
which we are also able to connect to svn. (telnet svn.penfieldmednetwork.com
443). Thanks for the help, Christian.

 

 

  _____  

From: nicklist@planet.nl [mailto:nicklist@planet.nl] 
Sent: Wednesday, March 05, 2008 12:31 PM
To: users@subversion.tigris.org
Subject: RE: Re: Subversion problem

 

It seems the server still has subversion installed (at least the apache
module):

Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8d SVN/1.4.2 DAV/2 Server
at svn.penfieldmednetwork.com Port 443

If you use a browser and try to navigate to the server
(https://svn.penfieldmednetwork.com) and enter your credentials, are you
then able to browse the repository? Does the documents directory still
exists?

Hth,

Nick Stolwijk


-----Original Message-----
From: Marc Haisenko [mailto:haisenko@comdasys.com]
Sent: Wed 3/5/2008 18:09
To: users@subversion.tigris.org; chesketh@penfieldmednetwork.com
Subject:  Re: Subversion problem

On Wednesday 05 March 2008, Christian Hesketh wrote:
> Hi, we are trying to install subversion on a windows xp machine. We have
> tried versions 1.4.5 and 1.4.6 and each time, when I try to list the
> contents of a repository, I get the following error message:
>
> C:\PROGRA~1\SUBVER~1\BIN>svn list
> https://svn.penfieldmednetwork.com/documents/
>
> svn: PROPFIND request failed on '/documents'
>
> svn: PROPFIND of '/documents': could not connect to server
> (https://svn.penfieldmednetwork.com)
>
> This machine previously had subversion installed, but was it was
uninstalled
> a few weeks ago, it was working at that time. Also, several machines in
our
> organization are able to interact with repositories, so I don't think it
is
> a firewall issue. The XP firewall has been disabled and we still get the
> same response. Any ideas?

Let me get this straight:
1. You have a server that had SubVersion installed.
2. SubVersion was then removed from that server.
3. Now you try to access a repository on that server eventhough there's no
SubVersion on it any more.

Is that correct ?
        Marc

--
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

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





RE: Re: Subversion problem

Posted by ni...@planet.nl.
It seems the server still has subversion installed (at least the apache module):

Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8d SVN/1.4.2 DAV/2 Server at svn.penfieldmednetwork.com Port 443

If you use a browser and try to navigate to the server (https://svn.penfieldmednetwork.com) and enter your credentials, are you then able to browse the repository? Does the documents directory still exists?

Hth,

Nick Stolwijk


-----Original Message-----
From: Marc Haisenko [mailto:haisenko@comdasys.com]
Sent: Wed 3/5/2008 18:09
To: users@subversion.tigris.org; chesketh@penfieldmednetwork.com
Subject:  Re: Subversion problem
 
On Wednesday 05 March 2008, Christian Hesketh wrote:
> Hi, we are trying to install subversion on a windows xp machine. We have
> tried versions 1.4.5 and 1.4.6 and each time, when I try to list the
> contents of a repository, I get the following error message: 
> 
> C:\PROGRA~1\SUBVER~1\BIN>svn list
> https://svn.penfieldmednetwork.com/documents/
> 
> svn: PROPFIND request failed on '/documents'
> 
> svn: PROPFIND of '/documents': could not connect to server
> (https://svn.penfieldmednetwork.com)
> 
> This machine previously had subversion installed, but was it was uninstalled
> a few weeks ago, it was working at that time. Also, several machines in our
> organization are able to interact with repositories, so I don't think it is
> a firewall issue. The XP firewall has been disabled and we still get the
> same response. Any ideas?

Let me get this straight:
1. You have a server that had SubVersion installed.
2. SubVersion was then removed from that server.
3. Now you try to access a repository on that server eventhough there's no 
SubVersion on it any more.

Is that correct ?
	Marc

-- 
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

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




RE: Re: Subversion problem

Posted by Sébastien Filion <sf...@finrad.com>.
Hi,

 
I got an error when trying to load my repository dump in a clean repository...

 This is the command that I launch:

F:\>MyRepository\Subversion\bin\svnadmin.exe load F:\MyRepository < REPOBACKUP\RepositoryDump.dmp

 After 5 hours, I reach the revision 11495 and I got this error message:


------- Committed revision 11494 >>>

<<< Started new transaction, based on original revision 11495

     * editing path : ompagny/Program/Trunk/src/Program/distrib/FactorAnalysis.Setup.msi ... done.
     * adding path : Compagny/Program/Trunk/src/Program/distrib/MCRInstaller.exe ... done.
     * editing path : Compagny/Program/Trunk/src/Program.FactorAnalysis/Launcher.cs ... done.

svnadmin: Can't open file 'F:\MyRepository\db\transactions\11494-1.txn\rev-lock': The process cannot access the file because it is being used by another process.


Is anybody has an idea how I can fix this error?

Thanks, 
Sebas


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


Re: Subversion problem

Posted by Marc Haisenko <ha...@comdasys.com>.
On Wednesday 05 March 2008, Christian Hesketh wrote:
> Hi, we are trying to install subversion on a windows xp machine. We have
> tried versions 1.4.5 and 1.4.6 and each time, when I try to list the
> contents of a repository, I get the following error message: 
> 
> C:\PROGRA~1\SUBVER~1\BIN>svn list
> https://svn.penfieldmednetwork.com/documents/
> 
> svn: PROPFIND request failed on '/documents'
> 
> svn: PROPFIND of '/documents': could not connect to server
> (https://svn.penfieldmednetwork.com)
> 
> This machine previously had subversion installed, but was it was uninstalled
> a few weeks ago, it was working at that time. Also, several machines in our
> organization are able to interact with repositories, so I don't think it is
> a firewall issue. The XP firewall has been disabled and we still get the
> same response. Any ideas?

Let me get this straight:
1. You have a server that had SubVersion installed.
2. SubVersion was then removed from that server.
3. Now you try to access a repository on that server eventhough there's no 
SubVersion on it any more.

Is that correct ?
	Marc

-- 
Marc Haisenko

Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany

Tel.: +49 (0)89 548 433 321

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