dle...@rockwellcollins.com
unread,Oct 3, 2013, 3:02:44 PM10/3/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to us...@subversion.apache.org
Hi,
We're attempting to write some scripts
to perform automatic commits for certain files under certain conditions.
We wish to use the just committed revision number to perform some
other logging operation. The --xml command line option on many of
the other commands (info, status, etc.) are fantastic, but the commit command
does not allow this.
I'm currently attempting to parse the
standard output of the commit message to grab it, but feel this is less
than optima as it seems very error prone.
Is there any consideration to add an
--xml option to the commit command output or a better programmatic means
to grab the commit revision?
c:\Project_files\sandbox_v2>svn commit
1.txt -m "Checkin message".
Sending 1.txt
Transmitting file data .
Committed revision 3272.
c:\Project_files\sandbox_v2>
Thanks,
Dan