0

When i write this

svn checkout http://red5.googlecode.com/svn/java/server/trunk/ red5-read-only

it says

svn:E170000: http://red5.googlecode.com/svn/java/server/trunk/ red5-read-only doesn't exist

Please help to get out of this.

Zoe
  • 27,060
  • 21
  • 118
  • 148

1 Answers1

1

That commands looks OK.

As you got:

svn:E170000: http://red5.googlecode.com/svn/java/server/trunk/ red5-read-only doesn't exist

It means that svn command see red5-read-only as part of repo URL, otherwise, it would just say:

svn:E170000: http://red5.googlecode.com/svn/java/server/trunk/ doesn't exist

Try to carefully rewrite your command and make sure that your repo URL and red5-read-only directory are not concatenated.

Ivan Jovović
  • 5,238
  • 3
  • 29
  • 57