Re: svn-ant how to get latest revision?
From: Mark Reibert <svn_at_reibert.com>
Date: Wed, 10 Sep 2008 21:53:37 -0700
Use svn info on the repository itself (not your working copy). Something
svn info $( svn info | grep 'Root:' | awk -F': ' '{print $2}' ) \
On Tue, 2008-09-09 at 23:54 -0700, Fu-Tung Cheng wrote:
-- ---------------------- Mark S. Reibert, Ph.D. svn_at_reibert.com ---------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-09-11 06:54:00 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.