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

RE: subversion on multisite

From: Philippe JUGLA <jugla_at_club-internet.fr>
Date: 2003-08-20 22:38:33 CEST

thank you !!
:-)
exactly what i want !!!
:-)

-----Message d'origine-----
De : Jack Repenning [mailto:jrepenning@collab.net]
Envoyé : mercredi 20 août 2003 01:38
À : Philippe JUGLA; gc@gpstec.com.br; users@subversion.tigris.org
Objet : RE: subversion on multisite

At 10:13 PM +0200 8/19/03, Philippe JUGLA wrote:
>
>For a very light solution :
>can i make , a local copy of the current state of the repository on PC -->
>checkout;
>and then, a bit latter to do a "commit" in the repository;
>so all changes made on the 2nd network are seen like one change.

Yes, you can check out a work area from the repository, and then work
on it without any connection to the repo. In fact, one of
Subversion's advances relative to CVS is to increase the amount of
support for "detached work" like this. For example, even though you
have no connection to the repository, you can still do

* "svn status" (to refresh your memory about what branch you're on, I
suppose),

* "svn diff" (to see what you've changed while you were away)

* "svn revert" (to undo changes you no longer want)

--
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 20 22:39:41 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.