-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Erik Andersson <[EMAIL PROTECTED]> writes:

> I messed up and need to to a fresh import and then make a branch contain
> all from that import. How do I do? I only want that code in the branch
> and not into main..
>
> Can I use the original branch and somehow merge this into the branch? 
> 
> Please help me out!!

Assuming you did

    cvs import module VENDOR VENDOR-VERSION

then something like this:

    cvs rtag -b -r VENDOR-VERSION newbranch module
    cvs checkout -r newbranch module

should get what you want.

        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFBgmyh3x41pRYZE/gRAnpJAKCe/kOFLGyMGQlFiiKH7rpNNFlSawCdEO54
Y37ySHXbJrOLgcioz92Csqw=
=+vFW
-----END PGP SIGNATURE-----


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to