Hi,

I've imported a CVS repository, and git-cvsimport converted the "HEAD"
CVS branch to a "master" one. Since fossil uses trunk as it's default
branch, I've tried to rename all master tags/properties to trunk. It
has kind-of-worked with awk + xargs, but I forgot the "--propagate", so
now I'm trying to get a my last check-in set up so I can start working
(and "fossil checkout" gives me my latest code by default)

Various combinations of "tag add" & "tag cancel" have ended up with
(mispellings and all):

jpicanyol@jpicanyol-desktop:~/wd$ fossil tag list --raw c57a6c30e7
branch=master
branck
branck=trunk
sym-branck=trunk
sym-sym-sym-trunk
sym-sym-trunk
sym-trunk
trunk
jpicanyol@jpicanyol-desktop:~/wd$ fossil tag list c57a6c30e7

I'm not quite sure on the meaning of all of these, and I'm not even sure
how I'd want them to be.

Some clues please?
How is "tag cancel" supposed to work and how am I supposed verify it?
Where are the "magic" tags modified by "--raw" defined?

tks
-- 
pica

p.s.: regarding the wiki-shed, I'd vote for extending the current synta
to allow sub-nesting of lists & some simple heading support.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to