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

Re: add doesn´t compute all directories

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-27 14:41:26 CET

On Jan 27, 2005, at 4:46 AM, Stefan Schilling wrote:

> Hello!
>
> I´m running a
>
> serifos:/home/stefan# svn --version
> svn, Version 1.1.1 (r11581)
> übersetzt Dec 15 2004, 19:22:46
>
>
> and it´s working pretty good except for one thing: it doesn´t add all
> directories. That means, I cd into the directory, right above the
> checkout directory, and issue the " svn add -q CHECKOUT_DIR/* "
> command.
> Then it computes a lot of files / directories (in fact, it takes a
> whole bunch of time), and also adds some new files. Poorly, it doesn´t
> do this for all.
>
> e.g. it addes all files in CHECKOUT_DIR/Docs/Archiv-UOS, but the
> directories, that are in Archiv-UOS are not added. Same with all
> .-files in the CHECKOUT_DIR. e.g. there are several files, that save
> Mozilla´s email-data, that file won´t be stored properly.
>
> Can you help? Do you need any extra information? Please write, I´ll
> try to present.
>

'svn add *' will not recurse into directories that are already under
version control. To make it do that, use the --force option.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 27 14:47:09 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.