Subject: Local Head & Branch Files
From: sparta300
Date: 4/15/2007 1:35:57 AM
I use TortoiseCVS
Say I create a Branch.....
I want to keep the local file bind to the Head
and I want a (new) file bind to the the Branch.
Is this possible ?
thanks
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
Subject: Local Head & Branch Files
From: pa@see.signature.invalid (Pierre Asselin)
Date: 4/15/2007 1:36:45 AM
sparta300 <sparta300@spammeplease.com> wrote:
> I use TortoiseCVS
> Say I create a Branch.....
> I want to keep the local file bind to the Head
> and I want a (new) file bind to the the Branch.
> Is this possible ?
You're really asking for trouble by doing that, but anyway... I
think you can "update special" your entire folder to the branch,
and then update-special each file back to the trunk. The idea
is to have a sticky branch tag in your sandbox, but no sticky
tag for any file.
It would be easy enough to test in a sandbox without committing
anything to the repository. Set your Windows Explorer to display
the sticky tags; make sure all your files have no tag; create a
new file and cvs-add it, make sure the file is listed with the
sticky tag.
--
pa at panix dot com
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
Subject: Local Head & Branch Files
From: sparta300
Date: 4/16/2007 2:35:51 AM
"Pierre Asselin"
$1@reader2.panix.com...
> You're really asking for trouble by doing that, but anyway... I
> think you can "update special" your entire folder to the branch,
> and then update-special each file back to the trunk. The idea
> is to have a sticky branch tag in your sandbox, but no sticky
> tag for any file.
thanks
haha I used to be with panix for years ;)
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
Subject: Local Head & Branch Files
From: sparta300
Date: 4/16/2007 2:36:48 AM
"Pierre Asselin":
> You're really asking for trouble by doing that,
Why "asking for trouble" ? sorry for my ignorance, i dont understand...
I need to work on BOTH Head file, and Branch file....
how else can I do it ? (in Tortoise)
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
Subject: Local Head & Branch Files
From: sparta300
Date: 4/16/2007 2:37:44 AM
"Pierre Asselin":
> You're really asking for trouble by doing that,
Why "asking for trouble" ? sorry for my ignorance, i dont understand...
I need to work on BOTH Head file, and Branch file....
how else can I do it ? (in Tortoise)
thanks
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
Subject: Local Head & Branch Files
From: pa@see.signature.invalid (Pierre Asselin)
Date: 4/17/2007 1:35:45 AM
sparta300 <sparta300@mailinator.com> wrote:
> "Pierre Asselin":
> > You're really asking for trouble by doing that,
> Why "asking for trouble" ? sorry for my ignorance, i dont understand...
You'll lose track of which files are on the branch and which are
still on the trunk. You will make changes to the trunk files that
depend on the presence of the branch files, everything will work
in your sandbox but at that point your trunk is broken. That sort
of thing. As a rule, it is much safer to branch all the files.
Well, at a minimum you should switch your Windows Explorer view
to the "details" list and customize the displayed columns to
include the CVS sticky tag.
--
pa at panix dot com
_______________________________________________
info-cvs mailing list
info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs
|