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

RE: checking directory existence in a working copy

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-08-22 17:06:51 CEST

> From: Giuseppe Scelsi [mailto:giuseppe.scelsi@analog.com]
>
> For example, I would expect "cd my-dir; svn st -u" to print a list of
> the missing directories, in the example above something like
> "! a/subdir", but instead it stays totally silent.

Non-recursive checkouts have not been fully worked out.

In this case, what I think is going on is that the entry for "subdir" in
a/.svn/entries does not exist (since you did not request it to be checked
out). The "!" status is used to report that an entry for a file/dir is seen
in foo/.svn/entries but that the corresponding item in foo is not there.

Similarly, "svn update" is driven by the contents of .svn/entries. "svn
checkout" will add items to .svn/entries that were not there before.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 22 17:29:14 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.