Hector Alvarez Pol wrote:
> Gale, David wrote:
>
>> Out of curiosity, what's the result of the following? svn ls
>> http://mysite:/mySim1/
>>
>>
>>
> The results is:
> svn ls http://mysite.com:/mySim1/
> mySim1/
>
>>> This should be equivalent to:
>>> mkdir simsDir; cd simsDir
>>> svn checkout file:////scratch/hapol/svnroot/trunk mySim1
>>> svn checkout file:////scratch/hapol/svnroot2/trunk mySim2
>>>
>>> Does that work? If so, then the problem's in the http access
>>> (which I suspect), rather than the checkout itself.
>>>
>>> -David
>>>
>>>
> Yes, this works. The problem is only on the http access as you
> mention. But it is very annoying as does not allow me and my remote
> colleagues to have a (standard) directory structure for the
> simulation software.
Ah, that's what I expected. Your checkout commands need to be:
svn checkout http://mysite.com:/mySim1/mySim1/trunk mySim1
svn checkout http://mysite.com:/mySim2/mySim2/trunk mySim2
It looks like you've got an extra directory level in your repository,
perhaps from a mistaken import (I can never remember how the import
command is supposed to work, and I don't like it leaving the original as
a non-working copy, so I've always done in-place imports as documented
by the FAQ.)
Let us know if that works.
-David
---------------------------------------------------------------------
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:51:38 2006