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

Re: Proposal: svn:temporary property

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-12-18 13:21:15 CET

Folker Schamel wrote:

> Proposal:
> A svn:temporary property, which works in the same way
> as svn:ignore property, but silently deletes these files
> if the directory is deleted.
>
> This is not an serious problem;
> on the other hand it may be quite easy to implement?

Actually, it's a farily big chnange, because it goes contrary to the SVN
philosophy of not removing local changes. And you can get a list of
existing, ignored files fairly easily:

    svn st --no-ignore | grep ^I | sed 's/^I\ *//'

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 18 13:24:13 2003

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.