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