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

Re: local revision history ...

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-03 20:39:50 CEST

Lars Segerlund <lars.segerlund@comsys.se> writes:
> I'm looking at what it takes to make a local revision history for a
> working copy. ( repository ).
>
> The approach I am looking at right now is to have a db in the .svn
> directory of the working copy, and enable working against this.
>
> Is this the right approach ?

Just a warning, Lars: you're about to open a very deep & complex can
of worms. Good luck, you'll need it :-). Support for local
repositories is not a trivial thing; that's why we haven't tackled it.

Personally, I just do

   $ svn diff > mypatch.txt
   $ svn revert -R .

to save a change locally. Primitive, but effective.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 3 21:21:57 2003

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.