[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: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-01-06 16:55:44 CET

On Thu, 6 Jan 2005, KEVIN ZEMBOWER wrote:

> 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.
>
To me, it looks like you have checked out one working copy inside another.
Try "svn info includes" from the first directory. If I am guessing
correctly, it will print some other URL before /includes than the parent
directory is in. If this is the case, then includes in an own working
copy, but the parent WC doesn't know about it.

Regards,
//Peter

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