##// END OF EJS Templates
subrepo/svn: make rev number retrieval compatible with svn 1.5 (issue2968)...
Thomas Arendsen Hein -
r17035:ba0286e1 stable
parent child Browse files
Show More
@@ -730,7 +730,7 b' class svnsubrepo(abstractsubrepo):'
730 730 # URL exists at lastrev. Test it and fallback to rev it
731 731 # is not there.
732 732 try:
733 self._svncommand(['info', '%s@%s' % (self._state[0], lastrev)])
733 self._svncommand(['list', '%s@%s' % (self._state[0], lastrev)])
734 734 return lastrev
735 735 except error.Abort:
736 736 pass
General Comments 0
You need to be logged in to leave comments. Login now