You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Roman Neuhauser <de...@bellavista.cz> on 2003/08/18 13:11:49 UTC

$CVSROOT/CVSROOT/cvsignore equivalent

CVS has this beautiful feature, the $CVSROOT/CVSROOT/cvsignore file.
It's purpose is similar to .cvsignore files, but its contents apply
recursively to all modules, present and future (IOW, I don't have to
remember to run

    svn propget svn:ignore TRUNK | svn propset -RF- MODULE

every time I import another module (when reading from stdin is fixed,
that is).

Something like global-ignores, but maintained on the server side. Any
plans for an equivalent in Subversion?

-- 
The From: header's been munged to get rid of unwanted cc's.
My real address: neuhauser@bellavista.cz.

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

Re: $CVSROOT/CVSROOT/cvsignore equivalent

Posted by Ben Collins-Sussman <su...@collab.net>.
Roman Neuhauser <de...@bellavista.cz> writes:

> Something like global-ignores, but maintained on the server side. Any
> plans for an equivalent in Subversion?

Yes, there has been talk about this, and plans like this for the future.

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