On May 8, 2006, at 16:07, Hector Alvarez Pol wrote:
> John Allen wrote:
>
>> try
>> svn checkout http://misite.com:/mySim/trunk mySim1
>> svn checkout http://misite.com:/mySim2/trunk mySim2
>
> Tried, but no success...
> svn checkout http://mysite.com:/mySim1/trunk mySim1
> svn: REPORT request failed on '/mySim1/!svn/bc/2/trunk'
> svn: '/mySim1/!svn/bc/2/trunk' path not found
>
> (it works if I use svn checkout http://mysite.com:/mySim1 mySim1 )
>
> So, still I cannot checkout a directory (trunk) inside the
> repository using http, while, looking at your answers, seems to be
> possible for other users. Any idea?
John Allen's answer was correct, except for the erroneous colon after
the hostname. The correct commands are:
mkdir simsDir
cd simsDir
svn checkout http://misite.com/mySim1/trunk mySim1
svn checkout http://misite.com/mySim2/trunk mySim2
This assumes that you have a directory "trunk" in both the mySim
repository and the mySim2 repository. The error message you showed
above suggests that you do not... I, too, would be interested in the
answer to David Gale's question: What does a listing of the root of
your repositories actually look like?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 16:45:27 2006