Re: Just not getting it: initial checkin and checkout
From: Jacob Atzen <jacob_at_aub.dk>
Date: 2005-01-24 18:01:51 CET
On Mon, Jan 24, 2005 at 10:52:23AM -0500, KEVIN ZEMBOWER wrote:
Okay, your repository is at /var/local/svn-repos.
> kevinz@www:~$ mkdir -p /tmp/orderform/branches
You import the content of /tmp/orderform, that is you have added trunk,
> kevinz@www:/var/www/main/cgi-bin/orders$ cd /var/www/main/cgi-bin/
You are trying to checkout /var/local/svn-repos/orderform which does not
> kevinz_at_www:/var/www/main/cgi-bin/tmporders$ svn checkout file:///var/local/svn-repos/trunk orderform
Now you are trying to checkout another path than before, right?
> kevinz_at_www:/var/www/main/cgi-bin/tmporders$ svn checkout file:///var/local/svn-repos/trunk orderform .
> This again seemed to work correctly, but didn't give me exactly what I
It seems you didn't quite get the error after all. You are trying to
> kevinz_at_www:/var/www/main/cgi-bin$ svn checkout file:///var/local/svn-repos/trunk/orderform tmporderform
There is no trunk/orderform in your repository. trunk only contains
> kevinz_at_www:/var/www/main/cgi-bin$ svn checkout file:///var/local/svn-repos/orderform/trunk tmporderform
And now you're back where you started, orderform does not exist.
Now the right way to do this is:
$ cd $PATH
This will create a new directory 'tmporderform' in the directory pointed
For future reference, you might want to just checkout the top-level of
-- Cheers, - Jacob Atzen --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Jan 24 18:04:23 2005 |
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.