[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Messed up CVS
From: |
Dave Hall |
Subject: |
Re: [Phpgroupware-developers] Messed up CVS |
Date: |
Fri, 23 Apr 2004 08:58:27 +0000 (GMT) |
Heya Sigurd,
sigurdne <address@hidden> wrote:
> I tried to import the proposal-branch of the app property into the
> CVS with
> the result it also appeared as HEAD.
>
> How can I fix this?
This is an educated guess, please don't accept it as gospel. Also this
is based on *nix, on win I have no idea, but winCVS used to come with a
*nix compatiable command line interface.
I think you can do:
#rollback changes in HEAD
$ cd ~
$ mkdir /property-head
$ cvs -d:ext:address@hidden:/cvsroot/phpgroupware co -jHEAD
-jHEAD:yesterday property
$ ci property
# move which branch the experimental code is in - less sure of this working
$ cd /path/to/phpgroupware-experimental
$ cvs tag -b proposal-branch .
$ cvs ci .
Good luck with it
Cheers
Dave
PS - If in doubt have a look at
http://www.cs.utah.edu/dept/old/texinfo/cvs/cvs_18.html#SEC59 <- what i
used as a reference :)
dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>