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

RE: svnserve on windows xp

From: Jordan, Tom <Tom.Jordan_at_camtronics.com>
Date: 2003-09-04 21:48:27 CEST

Nevermind; figured it out.

The issue was that I created the repository using TortoiseSVN 0.17
This created the format "2" schema version.
svnserve is from 0.27.0 setup installation with recognizes only format "1"
schema version.
svnserve will just silently ignore access to format "2" repositories.

Creating a test repository with the svn create command line created
a format "1" repository.
Accessing this repository from TortoiseSVN 0.17 through file:/// throws
an error.
svn co does just fine.
Launching: svnserve -d will now recognise the format "1" repo.

TortoiseSVN 0.17 can now access the repository through:
svn://localhost/testRoot

hope this helps,
-- Tom.

> -----Original Message-----
> From: Jordan, Tom [mailto:Tom.Jordan@camtronics.com]
> Sent: Thursday, September 04, 2003 12:58 PM
> To: 'users@subversion.tigris.org'
> Subject: svnserve on windows xp
>
>
> Hi:
>
> I've been trying to set up a subversion server on windows xp
> using svnserve.
>
> I thought it was working be executing: svnserve -d
>
> Then I started following the directions on setting up the
> server using apache.
>
> After following the directions and pointing it back to the
> repository, accessing it through IE would respond by saying
> that it was forbidden to access. Then, I went and set up an
> apache_user username to let the apache server run under. I
> granted rwx permissions to the apache_user on the directory
> and files of the repository. Again I received forbidden
> access warnings coming from the apache svn modules.
>
> Where does it look like I'm going wrong here?
>
> I decided to fall back to svn+ssl.
> Firt, I re-tested svn:// access first to svnserve -d
> Now, both rapidsvn and tortoisesvn refuses to recognize this
> url: svn://localhost/devRoot
>
> I even de-installed apache and rebooted to see if there may
> have been a conflict between the modules and the svnserve.
>
> Local file:/// repo access still works.
>
> Any suggestions?
>
> Subversion: windows setup installation 0.27.0-r6715
> RapidSVN: 0.3
> Tortoise: 0.17-UNICOCODE.msi
>
> Thanks,
> -- Tom.
>
> ---------------------------------------------------------------------
> 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 Thu Sep 4 21:53:16 2003

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.