On Mar 5, 2010, at 11:58 AM, vannia wrote: > at ~/fossil : > ./fossil new r_test > ./fossil open r_test > ./fossil add testwww > ./fossil commit > ./fossil server > > > at ~/fossil2: > ( i have another copy of the executable ) > ./fossil clone http://localhost:8080 testClone > ( ls shows the repository ) > ./fossil open testClone > ( ls shows the source tree and repository, now i want the code files > for > editing ) > ./fossil checkout --latest > ( not sure if this is the correct command or if i'm missing something, > shows error "is not a check in" ) >
That shows me enough to replicate the problem (I suppose - I haven't actually tried yet.) But it also shows me that while this is a bug, it is not something to worry about. The "fossil open" has already done the "fossil checkout" for you. You can omit the "checkout" command. What does "fossil timeline" show? "fossil status"? > vannia > > > > > -- > Este mensaje ha sido analizado por MailScanner > en busca de virus y otros contenidos peligrosos, > y se considera que está limpio. > > _______________________________________________ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users D. Richard Hipp d...@hwaci.com _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users