Changeset 920 for branches/features/purchaseOrders/scripts
- Timestamp:
- May 7, 2011, 12:42:44 PM (14 years ago)
- Location:
- branches/features/purchaseOrders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk merged eligible /branches/features/grailsUpgrade 889-911
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/features/purchaseOrders/scripts/_UpdateRev.groovy
r531 r920 114 114 return fail(code:"vcs.working.copy.not.found", args:[basedir]) 115 115 116 // Use svnkit to get the baserevision.116 // Use svnkit to get the last committed revision. 117 117 def clientManager = SVNClientManager.newInstance() 118 118 def wcClient = clientManager.getWCClient() 119 119 try { 120 result.revision = wcClient.doInfo(wc, SVNRevision.BASE).get Revision().toString()120 result.revision = wcClient.doInfo(wc, SVNRevision.BASE).getCommittedRevision().toString() 121 121 } 122 122 catch(org.tmatesoft.svn.core.SVNException e) {
Note: See TracChangeset
for help on using the changeset viewer.