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

RE: Changelist Support

From: Eric Desjardins <eric.desjardins_at_ubisoft.com>
Date: Wed, 6 Feb 2008 17:31:02 -0500

Sure,

Changelist: An atomic change transaction in Perforce. The changes specified in the changelist are not stored in the depot until the changelist is submitted to the depot.

Basically, you can move changed files into an entity on the server that is called a changelist which is a list of changed file that remains local until you submit.

Then you can submit you entire changelist. It is either totally accepted or rejected if it conflicts.

You can work on multiple changelist at a time (on a same checkout) and can submit work by using changelist.

From perforce help: http://www.perforce.com/perforce/doc.073/manuals/p4guide/04_files.html#10590

I find it logical to work by changelist which is a way of organising your work that is very convenient.

Eric

-----Message d'origine-----
De : Ryan Schmidt [mailto:subversion-2007b_at_ryandesign.com]
Envoyé : 6 février 2008 17:24
À : Eric Desjardins
Cc : users_at_subversion.tigris.org
Objet : Re: Changelist Support

On Feb 6, 2008, at 08:06, Eric Desjardins wrote:

> I found subversion great but I wonder why you don't have "perforce
> like" changelist support. This is the only thing I found that svn
> lacks over perforce.

For those of us like myself who have never used perforce, perhaps you
could explain what this feature would do.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-07 00:18:24 CET

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.