On 9 Nov 2004, at 03:01, Allan Odgaard wrote:
On 8. Nov 2004, at 19:02, David Casal wrote:
can I assume that doing bash scripts for 'cvs diff' I could pass it local TM variables and do it that way?
Not sure exactly what you want to do, but basically I'd say yes! :)
I wanted to be able to edit a file in a current checkout of an SVN or CVS repository, and create a diff file of the changes for submission to the repository as a patch (submission to its bugzilla, actually).
I realise I better do it from the command line for now, until svn/cvs support comes to TM.
Can you remind me of the timescale for svn/cvs support? (not rushing you, just curious)
cheers!
d
On Nov 9, 2004, at 2:50 AM, David Casal wrote:
On 9 Nov 2004, at 03:01, Allan Odgaard wrote:
On 8. Nov 2004, at 19:02, David Casal wrote:
can I assume that doing bash scripts for 'cvs diff' I could pass it local TM variables and do it that way?
Not sure exactly what you want to do, but basically I'd say yes! :)
I wanted to be able to edit a file in a current checkout of an SVN or CVS repository, and create a diff file of the changes for submission to the repository as a patch (submission to its bugzilla, actually).
I realise I better do it from the command line for now, until svn/cvs support comes to TM.
Can you remind me of the timescale for svn/cvs support? (not rushing you, just curious)\
Creating a command like 'cvs diff -u "$TM_FILEPATH"' or 'svn diff $TM_FILEPATH' ought to do it.
Chris