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

Re: Newbie: Need help understanding checkout

From: KEVIN ZEMBOWER <KZEMBOWE_at_jhuccp.org>
Date: 2005-01-06 16:24:41 CET

Peter, thanks for writing with your suggestion. I know it's hard to come to any definite conclusion without the full transcript. I did this work over the last two days, and lost the exact responses. I also floundered around quite a bit.

Here's the output of 'svn info' in the first directory:
kevinz@www:~/public_html/cigrants$ svn info
Path: .
URL: file:///home/kevinz/svn-repos/cigrants/trunk
Repository UUID: 9f746e0b-77ec-0310-9f18-cf27f3abe65e
Revision: 1
Node Kind: directory
Schedule: normal

I don't understand here why 'info' reports this as revision 1.

kevinz@www:~/public_html/cigrants$ cd ..
kevinz@www:~/public_html$ ls -l
total 8
drwxr-xr-x 6 kevinz wwwadmin 4096 Jan 5 16:36 cigrants
drwxr-xr-x 6 kevinz wwwadmin 4096 Dec 27 16:51 orderDB
kevinz_at_www:~/public_html$ svn checkout -r 4 file:///home/kevinz/svn-repos/cigrants/trunk/ cigrants2
svn: Reference to non-existent revision '4' in filesystem '/home/kevinz/svn-repos/cigrants/db'
kevinz_at_www:~/public_html$ svn checkout file:///home/kevinz/svn-repos/cigrants/trunk/ cigrants2
A cigrants2/help
A cigrants2/help/addregion.php
A cigrants2/help/addcountry.php
A cigrants2/help/addactivity.php
A cigrants2/addgrant.php
A cigrants2/utilities
A cigrants2/utilities/regions.txt
A cigrants2/utilities/countries.txt
Checked out revision 3.
kevinz@www:~/public_html$ cd cigrants2/
kevinz@www:~/public_html/cigrants2$ svn info
Path: .
URL: file:///home/kevinz/svn-repos/cigrants/trunk
Repository UUID: 9f746e0b-77ec-0310-9f18-cf27f3abe65e
Revision: 3
Node Kind: directory
Schedule: normal
Last Changed Author: kevinz
Last Changed Rev: 3
Last Changed Date: 2005-01-06 09:12:57 -0500 (Thu, 06 Jan 2005)

kevinz@www:~/public_html/cigrants2$

I also tried this:
kevinz@www:~/public_html/cigrants$ svn status
? includes
kevinz@www:~/public_html/cigrants$ svn --verbose status
? includes
                1 ? ? .
                3 3 kevinz help
                3 3 kevinz help/addregion.php
                3 3 kevinz help/addcountry.php
                3 3 kevinz help/addactivity.php
                3 3 kevinz addgrant.php
                3 3 kevinz utilities
                3 3 kevinz utilities/regions.txt
                3 3 kevinz utilities/countries.txt
kevinz@www:~/public_html/cigrants$ svn add includes/
svn: warning: 'includes' is already under version control
kevinz@www:~/public_html/cigrants$

I don't understand here why 'info' reports a ? for includes/ but 'add' says it's already under version control.

Thanks, again, for your question and your help.

-Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 16:31:17 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.