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

Re: checkout

From: John Allen <john.allen_at_dublinux.net>
Date: 2006-05-08 17:07:10 CEST

On Mon 08 May 2006 15:42, Ryan Schmidt wrote:
> 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:
>

Ah cut-n-paste, I just copied from the original mail and edited, never noticed
that extraneous :

> 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

-- 
John Allen                           mailto:john.allen@moyville.net
Mandriva Club Member(Silver)         http://www.moyville.net
Site of the day http://www.arsenalsquirrel.com/
Mandriva Linux release 2006.0 (Official) for i586, kernel 2.6.12-15mdk
 16:06:01 up 3 days,  6:05,  1 user,  load average: 0.13, 0.25, 0.22
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 8 17:08:32 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.