One thing you can do is use fossil ui to view the timeline, see the branch diagram, and edit tag names.
Bill On Thu, Apr 7, 2011 at 10:28 AM, Joan Picanyol i Puig < [email protected]> wrote: > 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 > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

