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

Re: svn edit

From: Peter Samuelson <peter_at_p12n.org>
Date: Fri, 24 Oct 2008 19:08:09 -0500

[Blair Zajac]
> Are there any other open-source version control systems that use the
> read-only model? Isn't the reason 'p4 edit' is needed is to indicate to
> the server the intentions to edit the file, which svn doesn't need?

Not really a version control system, but ... there is 'quilt', a system
for managing a stack of patches to an upstream project. It is lazy
about making backups of files you're editing in the current patch, so
there is an 'edit' command (actually 'quilt add') to ensure that it has
a pristine copy of a file.

I thought I wouldn't like it, but I've gotten used to it. Though it
helps that you can import an existing udiff patch using a different
quilt command.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-25 02:08:23 CEST

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.