[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: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-18 18:37:07 CET

Rusk, Patrick wrote:

> It might meet his need, but it makes an overly broad assumption that
> all svn:ignored files are generated files that can easily be recreated.
> That's not always the case. In fact, it's not the case with most
> svn:ignored files in my current work area.
>

I knew it wasn't going to fly, for any number of other use cases. I'm just
trying to help get to the core of what the real solution might be.

If a new attribute were create, say svn:temporary, I would propose that it would
be an alternative for svn:ignore, and which serves both functions. For purposes
of files being added to the repository, svn:temporary == svn:ignore. For
purposes of deleting directories, svn:temporary means svn can freely blow away
the files.

For example, I might do something like this:

$ svn propset svn:temporary "*.o" fancy_module other_module
$ svn propset svn:ignore "*.a" fancy_module other_module

(in other words feel free to blow away the object files but not the linked
libraries).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 18 18:44:20 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.