Re: [viewvc-users] svn checkout error

"C. Michael Pilato" <[email protected]> Wed, 5 Sep 2012 23:06:43 -0400
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Organization CollabNet, Inc.
Message-ID <[email protected]>
On 09/05/2012 10:59 PM, zhYou wrote:
> hi:
>   here is error log
> C:\Documents and Settings\zhouyou\桌面>svn co
> http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0.4/
> Redirecting to URL
> 'http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0.4':
> Redirecting to URL
> 'http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0.4':
> svn: E195019: Redirect cycle detected for URL
> 'http://svn.apache.org/viewvc/maven/maven-3/tags/maven-3.0.4'
> help me, please!

zhYou,

Your problem is that you are trying to use a Subversion client ('svn')
against a non-Subversion URL.  The checkout that you should be doing is this
one:

$ svn co http://svn.apache.org/repos/asf/maven/maven-3/tags/maven-3.0.4/

-- 
C. Michael Pilato <[email protected]>
CollabNet   <>   www.collab.net   <>   Enterprise Cloud Development

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3003839

To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc (application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlBIE0MACgkQokEGqRcG/W6cmgCgknR99Rg+ZFd1xOt3ot61Qwpt
qRwAnjncY+P1EObfjWh2k1TWyxEBndjJ
=8eMx
-----END PGP SIGNATURE-----