You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fabian Cenedese <Ce...@indel.ch> on 2005/10/04 12:14:04 UTC

Re: Including instead of ignoring files

>> Or better yet, is there a better way to work around the problem of
>> having to maintain huge lists of files to ignore for each directory?
>How about setting
>        svn:ignore = *
>and manually adding the files you need with "svn add"?
>You can set that in your ~/.subversion/config file.

Depending on your layout and needs I would put most of those
files in a separate directory, e.g. "docs", "development" or whatever
those files are. Like that you only have to ignore the folder and
not every single file. If those files are generated you should look
that they are also placed in one directory(tree) instead of all over
your source controlled files.

bye  Fabi



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org