On Fri, Oct 01, 2010 at 07:05:29AM -0400, Joshua Paine wrote:
> Seems like you'd need to parse `fossil status`, but it should be quite 
> straightforward to do. Also note that the mixed version scenario that 
> SVN support/inflicts isn't really a possibility in fossil, so you just 
> need the line that looks like:
> 
> checkout:     d2faac0b1aa953d6e29ec188eb8d7f897351fca4 2010-09-30 
> 19:52:05 UTC
> 
> And then you could check if there were any lines beginning with capital 
> letters, or you could just make an additional call to `fossil changes` 
> and see if there's any output at all.
Ok, this is how I already proceed. It was a bit tricky to get the same working
on Windows and Linux, but I managed to, finally.

Thank you,
Lluís.
_______________________________________________
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