On Mon, Aug 13, 2007 at 12:24:16PM -0700, Lev Lvovsky
wrote:
> Hello, we have our code repository managed by darcs,
and I'm looking for
> input on how to accomplish some version management the
'darcs way'.
I'm not sure I understand exactly what you are looking to
do.
However, your comments bring to mind the 'darcs tag'
command, which
creates a snapshot patch of the state of your repository.
You can
then pull that tag to bring your copy of the repository up
to that
state.
> So we basically have a moving target of files, and I
was wondering if darcs
> or darcs users have any methods for dealing with this.
At the very least,
> it'd be nice to get at the hash name for a particular
patch so that we
> could at the very least "name" the
incremental file after the hash name of
> the main file.
# release
editor main_file
darcs record main_file
darcs tag v0.01
# updates
editor incremental_file
darcs record incremental_file
editor incremental_file
darcs record incremental_file
# move changes from incremental file into main_file
# and release
editor main_file incremental_file
darcs record main_file incremental_file
darcs tag v0.02
-kolibrie
_______________________________________________
darcs-users mailing list
darcs-users darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users
|