Ask a Question related to UNIX Programming, Design and Development.
-
Steven #1
[CVS] How to move a tag successfully?
I want to move a tag of a file from version 1.3 to 1.5, I have checked
the help and documents of cvs, but it doesn't work. Would anyone help me?
I use:
$ cvs tag
Usage: cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]
-b Make the tag a "branch" tag, allowing concurrent
development.
-c Check that working files are unmodified.
-d Delete the given tag.
-F Move tag if it already exists.
-f Force a head revision match if tag/date not found.
-l Local directory only, not recursive.
-R Process directories recursively.
-r rev Existing revision/tag.
-D Existing date.
(Specify the --help global option for a list of other help options)
$ cvs tag -F -r1.5 filename
tag.archive: dir/test...
cvs server: Pre-tag check failed
cvs [server aborted]: correct the above errors first!
Am I wrong? Thank you very much!
--
Steven Ding
Steven Guest
-
Can't successfully update Acrobat 8.1.2
Hi, I have CS3 installed on Mac Leopard and I'm having trouble running the updater (Help -> Check for Updates). My concern is prompted by the... -
Anyone successfully installed CPS on Linux?
We are having one hel of a time getting CPS to install on redhat entrprise Linux and Fedora 5. The main error was a /TMP forlder execute problem,... -
Can't successfully install PSE 2.0 w/ XP
I cannot successfully install my purchase of PSE 2.0 with my XP OS. I had previous problems with my limited edition PS that came w/ camera after... -
anybody successfully installed msttcorefonts ???
At least, these last several days, I continuously get this: --20:49:01-- http://unc.dl.sourceforge.net/sourceforge/corefonts/andale32.exe =>... -
Has anyone successfully installed PHP 5?
Has anyone installed PHP 5 on Windows or Linux using Apache 2? -
Nils Petter Vaskinn #2
Re: [CVS] How to move a tag successfully?
On Wed, 30 Jul 2003 08:27:53 +0000, Steven wrote:
cvs tag -F -r1.5 tagname filename> $ cvs tag -F -r1.5 filename
hth
npv
Nils Petter Vaskinn Guest
-
Steven #3
Re: [CVS] How to move a tag successfully?
"Nils Petter Vaskinn" <no@spam.for.me.invalid> wrote in
news:pan.2003.07.30.08.39.34.572375@spam.for.me.in valid:
I'm sorry about that, I really used "cvs tag -F -r1.5 tagname filename",> On Wed, 30 Jul 2003 08:27:53 +0000, Steven wrote:
>
>>>> $ cvs tag -F -r1.5 filename
> cvs tag -F -r1.5 tagname filename
>
>
> hth
> npv
I did a mistake in my first post. :(
However, it doesn't work either.
--
Steven Ding
Steven Guest
-
David Schwartz #4
Re: [CVS] How to move a tag successfully?
"Steven" <wjding@szapsoft.com> wrote in message
news:Xns93C8AB0AFB96ASTEVEN@202.108.36.140...
Why not post after you troubleshoot? Or if you already did some> I'm sorry about that, I really used "cvs tag -F -r1.5 tagname filename",
> I did a mistake in my first post. :(
>
> However, it doesn't work either.
troubleshooting why not post the results of that troubleshooting? For
example, 'cvs -t' is nice.
DS
David Schwartz Guest
-
Nils Petter Vaskinn #5
Re: [CVS] How to move a tag successfully?
On Wed, 30 Jul 2003 08:48:53 +0000, Steven wrote:
Ok then time for a second look:> I'm sorry about that, I really used "cvs tag -F -r1.5 tagname filename",
> I did a mistake in my first post. :(
>
> However, it doesn't work either.
Previous post:It looks like there might be some kind of server side checking in place> tag.archive: dir/test...
> cvs server: Pre-tag check failed
> cvs [server aborted]: correct the above errors first!
before you're allowed to tag, and that this tag fails when you try to move
that tag.
You'll have to contact the administrator of the server and ask what kind
of checks there are, and how to bypass them (if you're allowed to).
Unless the server is yours in which case: "Shame on you for forgetting
about the pre tag checks" :)
hth
NPV
Nils Petter Vaskinn Guest
-
Steven #6
Re: [CVS] How to move a tag successfully?
"Nils Petter Vaskinn" <no@spam.for.me.invalid> wrote in
news:pan.2003.07.30.10.22.05.842594@spam.for.me.in valid:
Thank you very much!> On Wed, 30 Jul 2003 08:48:53 +0000, Steven wrote:
>>>> I'm sorry about that, I really used "cvs tag -F -r1.5 tagname
>> filename", I did a mistake in my first post. :(
>>
>> However, it doesn't work either.
> Ok then time for a second look:
>
> Previous post:>>> tag.archive: dir/test...
>> cvs server: Pre-tag check failed
>> cvs [server aborted]: correct the above errors first!
> It looks like there might be some kind of server side checking in
> place before you're allowed to tag, and that this tag fails when you
> try to move that tag.
>
> You'll have to contact the administrator of the server and ask what
> kind of checks there are, and how to bypass them (if you're allowed
> to).
>
> Unless the server is yours in which case: "Shame on you for forgetting
> about the pre tag checks" :)
>
> hth
> NPV
>
There is really a checker "Bugzilla" blocks me! I forgot it and you
reminds me!
Thank you! :)
--
Steven Ding
Steven Guest



Reply With Quote

