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

RE: Tags and scalability (was Re: Enlightenment)

From: Jon Watte <svn-dev-0209_at_mindcontrol.org>
Date: 2002-09-28 00:56:21 CEST

> > Your editor must respect hardlinks, which I believe emacs does, and vim
> > can (but doesn't by default). Your editor must do unlink/open/write,
> > rather then open/write if I remember correctly.

> I'd hate to miss out on things like "cat change >> CHANGELOG".

Not to mention that unlink/open/write is rather un-safe. I prefer
to do something like: opentemp/write/rename (which is hard link
proper, in addition to being a "safe save")

Cheers,

                                / h+

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 28 00:59:04 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.