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

Daily safes of my work

From: Schneider Jürg <juerg.schneider_at_helbling.ch>
Date: 2005-03-17 08:00:32 CET

Hello

Usually when working on a change of a code it takes more than just one day to finish the job. With most SCM tools like MS Visual Source Safe you have to safe your daily work by zipping all the files to a network drive, CD or other media. Checking in the files is no solution. That would change the current project configuration for all other software developpers.

The SCM-tool AccuRev provides an easy and conveiant way to overcome this problem. It uses the command keep to save my private configuration in the database without influencing the projects configuration. So it is a tree stage control system:
- project configuration (official project in the database) (command "commit")
- developer configuration (private space in the database to safe the developers daily work) (command "keep")
- developer workspace (working directory on the local harddisk)

Does SVN provide a similar feature?

Best regards,
Mit freundlichen Grüssen

Jürg Schneider

Helbling Technik AG
Hubstrasse 24
CH-9500 Wil
Telefon +41 71 913 8240
Telefax +41 71 913 8210
Zentrale +41 71 913 8211
juerg.schneider@helbling.ch
www.helbling.ch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 21 15:13:09 2005

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.