Re: [fossil-users] In a script, knowing about changes

2010-10-01 Thread Lluís Batlle i Rossell
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

Re: [fossil-users] In a script, knowing about changes

2010-10-01 Thread Wolfgang
Lluís Batlle i Rossell writes: > > Hello, > > migrating our tools from subversion, we need something that would give the > functionality we got through 'svnversion'. > > It could indicate what version the current checked out tree was, and if it had > changes over the repository or not. > > Ca

Re: [fossil-users] In a script, knowing about changes

2010-10-01 Thread Joshua Paine
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: d2faac0b1aa953d6e29ec188eb8d7f897351fc

[fossil-users] In a script, knowing about changes

2010-10-01 Thread Lluís Batlle i Rossell
Hello, migrating our tools from subversion, we need something that would give the functionality we got through 'svnversion'. It could indicate what version the current checked out tree was, and if it had changes over the repository or not. Can we get that directly by fossil, or we have to parse