[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: Kevin Grover <kevin_at_kevingrover.net>
Date: Fri, 24 Oct 2008 17:19:42 -0700

You can actually configure CVS to work this way also: you need 'cvs edit' or
(C-x q in Emacs VC Mode) to set a file to editable (sets the write attribute
and registers it in the history - if so configured). It's the way I have an
old CVS server set up. It's not really a problem at all (at least for any
of us it wasn't)

Now, we _very_ rarely use that repository. I would have long ago converted
the it to svn, but for the life of me could not get svn to compile on that
machine (very old, AIX 4.1.2, gcc 3.8.x, ...).

On Fri, Oct 24, 2008 at 3:16 PM, Ben Collins-Sussman
<sussman_at_red-bean.com>wrote:

> I have no thread handy, but it's been discussed over and over in the
> wc-ng design as an 'eventual feature' to be implemented. It's
> basically imitating perforce: the entire working copy is read-only.
> When you want to edit a file, you run 'svn edit file', which makes the
> file read-write and registers this fact in sqlite. Then, when you run
> 'svn status', 'svn diff', 'svn commit', etc. there's no need to crawl
> the tree trying to discover local edits; you just ask the database
> which files to stat. It makes things shockingly fast, and while it
> sounds horribly annoying and restrictive to a veteran CVS or SVN user,
> it's actually a really nice way to work.
>
>
> On Fri, Oct 24, 2008 at 4:28 PM, Neels J Hofmeyr <neels_at_elego.de> wrote:
> >
> >
> > Ben Collins-Sussman wrote:
> >> Or, just wait for the working-copy rewrite (in progress now) to
> >> implement an 'svn edit' command. No more crawling the working copy at
> >> all.
> >
> > Say, what?
> > Got a pointer for me that explains it?
> >
> > Thanks
> > ~Neels
> >
> > --
> > Neels Hofmeyr -- elego Software Solutions GmbH
> > Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
> > phone: +49 30 23458696 mobile: +49 177 2345869 fax: +49 30 23458695
> > http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
> > Handelsreg: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
> >
> >
>
> ---------------------------------------------------------------------
> 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:19:54 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.