Hello,
I have problems using a structure with two repositories
/scratch/hapol/snvroot with the directory mySim1
/scratch/hapol/svnroot2 with the directory mySim2
when trying to checkout remotely.
The problem is the following: I can checkout independently both
repositories with
svn checkout http://misite.com:/mySim/ .
svn checkout http://misite.com:/mySim2/ .
but I cannot check only the trunk inside one of both:
svn checkout http://mysite.com:/mySim2/trunk .
svn: REPORT request failed on '/mySim2/!svn/bc/2/trunk'
svn: '/mySim2/!svn/bc/2/trunk' path not found
This cause me problems on the directory structure of the simulation
programs, as I cannot checkout both repositories on a remote machine on
the same directory
svn checkout http://mysite.com:/mySim1/ . [command successful]
svn checkout http://mysite.com:/mySim2/ .
svn: '.' is already a working copy for a different URL
Note that, locally, I can checkout trunk (alone) without any problem (
svn checkout file:////scratch/hapol/svnroot/trunk mySim ).
Additional info:
Fedora Core 3, with packages (rpm) subversion-1.2.1-0.1.1.fc3.rf on both
sides and htppd-2.0.53-3.3 (apache) on the repository side. The
httpd.conf file using the DAV module is:
#svn configuration for mySim1
<Location /mySim1>
DAV svn
SVNPath /scratch/hapol/svnroot
AuthType Basic
AuthName "mySim1 Subversion Repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
</Location>
#svn configuration for mySim2
<Location /mySim2>
DAV svn
SVNPath /scratch/hapol/svnroot2
AuthType Basic
AuthName "mySim2 Subversion Repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
</Location>
thank you very much in advance,
Hector Alvarez
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 10:36:30 2006