[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Issue #2100: --revision ARG1:ARG2 handling improvement

From: Ryan Kersh <rpk_at_cs.uoregon.edu>
Date: 2005-03-18 07:10:50 CET

Log message included below and patch attached.

This patch didn't break any of the make check tests. Should I add a
test to subversion/tests/libsvn_subr/opt-test.c to put
svn_opt_parse_revision through the paces as well?

Ryan

[[[
Implement Issue #2100: --revision ARG1:ARG2 handling improvement.

* subversion/include/svn_opt.h
   (svn_opt_parse_revision): Fixed up doc string comment so that it
     reflects the enhancements to --revision ARG1:ARG2 handling.

* subversion/libsvn_subr/opt.c
   (parse_one_rev): Added 'else if' to handle ':' character.
   (svn_opt_parse_revision): Added 'if' statement to handle special
     case where arg is ':'. Also, reworked some code so that right_rev
     will get parsed correctly by parse_one_rev (now that it has
     changed).
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Mar 18 07:12:31 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.