2013/12/21 Stephan Beal <sgb...@googlemail.com>:
> On Sat, Dec 21, 2013 at 5:54 AM, Andy Bradford <amb-fos...@bradfords.org>
> wrote:
>>
>> perhaps the root:trunk symbolic name would  find it, but I was wrong. It
>> finds c06edd231fc15d145a1c96c39b8fecdb79b33523 which is apparently where
>> the current trunk began from a branch.
>
>
> Here's a workaround:
>
> [stephan@host:~/cvs/fossil/fossil]$ echo 'select uuid from blob order by rid
> limit 1;' | f sqlite3
> a28c83647dfa805f05f3204a7e146eb1f0d90505
>

Simpler and somewhat dangerous (there is no guarantee that
the first check-in will actually have rid=1):

           fossil update rid:1

You could also tag the first initial checking with anything
you like, then you can use that tag in the future:

           fossil tag add "mother" rid:1
           fossil update mother

Regards,
         Jan Nijtmans
_______________________________________________
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