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

Re: checkout

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-08 13:10:18 CEST

On May 8, 2006, at 09:16, Hector Alvarez Pol wrote:

> 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

That is correct. You have set them up to be two independent
repositories, so you must check them out independently. If you wanted
to be able to check out a common parent directory, then you would
need to set the two projects up as directories within a single
repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 13:11:37 2006

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.