info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Branching from Working Directory


From: Pierre Asselin
Subject: Re: Branching from Working Directory
Date: 20 Nov 2001 18:22:49 -0600

address@hidden writes:

>I would like to create a branch based on my current working directory.

>Well the problem is that the current working dir contains a lot of 
>locally modified files. I dont want them to be reflected in the main 
>trunk but only in the new branch.

I just answered that on comp.software.config-mgmt !  Anyway, no problem.

    $ cvs tag my_branch_bp
    $ cvs tag -b my_branch
    $ cvs update -rmy_branch
    $ cvs commit
    hack, hack, hack...
    $ cvs commit
    hack, hack...

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


reply via email to

[Prev in Thread] Current Thread [Next in Thread]