[CVS] How to move a tag successfully?

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default [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

  2. Similar Questions and Discussions

    1. 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...
    2. 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,...
    3. 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...
    4. 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 =>...
    5. Has anyone successfully installed PHP 5?
      Has anyone installed PHP 5 on Windows or Linux using Apache 2?
  3. #2

    Default Re: [CVS] How to move a tag successfully?

    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
    Nils Petter Vaskinn Guest

  4. #3

    Default 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:
    > 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'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.

    --
    Steven Ding
    Steven Guest

  5. #4

    Default Re: [CVS] How to move a tag successfully?


    "Steven" <wjding@szapsoft.com> wrote in message
    news:Xns93C8AB0AFB96ASTEVEN@202.108.36.140...
    > 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.
    Why not post after you troubleshoot? Or if you already did some
    troubleshooting why not post the results of that troubleshooting? For
    example, 'cvs -t' is nice.

    DS


    David Schwartz Guest

  6. #5

    Default Re: [CVS] How to move a tag successfully?

    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
    Nils Petter Vaskinn Guest

  7. #6

    Default 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:
    > 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
    >
    Thank you very much!
    There is really a checker "Bugzilla" blocks me! I forgot it and you
    reminds me!
    Thank you! :)

    --
    Steven Ding
    Steven Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139