Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.47 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why is SvnAnt still trying to connect to my old repository IP address?
  2. svnant.project.url=http://my.new.ip.here/svn/project/trunk
  3.        
  4. <echo message="${line.separator}Updating working copy from ${svnant.project.url}" />
  5.        
  6. update:
  7.  [echo]
  8.  [echo] Updating working copy from http://my.new.ip.here/svn/project/trunk
  9. ...
  10.        
  11. svn: PROPFIND request failed on '/svn/project/trunk'
  12. svn: PROPFIND of '/svn/project/trunk': could not connect to server (http://OLD.FREAKING.IP.HERE)