Which version of SVN are you using?
I just tried to with svn 1.4.3
svn co https://svn.apache.org/repos/asf/activemq/camel/trunk
It is OK for me.
If you are not the activemq committer , you can just use http to check
out the code
svn co http://svn.apache.org/repos/asf/activemq/camel/trunk
Willem
Vlad Olenin wrote:
I'm running into the same problem on the trunk, though in different place:
$ svn co https://svn.apache.org/repos/asf/activemq/camel/trunk
svn: Can't move
'trunk/components/camel-mail/src/test/java/org/apache/.svn/tmp/e
ntries' to
'trunk/components/camel-mail/src/test/java/org/apache/.svn/entries':
Permission denied
Am I doing smth wrong?
Vlad
On Thu, Jul 3, 2008 at 7:49 PM, Vlad Olenin <[EMAIL PROTECTED]> wrote:
Hi,
I was trying to checkout the 1.4.0-RC2 tag, but encountering a problem at
the 'camel-ftp' component.
svn co
https://svn.apache.org/repos/asf/activemq/camel/tags/camel-1.4.0-RC2
svn: Can't move
'camel-1.4.0-RC2/components/camel-ftp/src/main/java/org/apache/.
svn/tmp/entries' to
'camel-1.4.0-RC2/components/camel-ftp/src/main/java/org/apac
he/.svn/entries': Permission denied
After this the checkout aborts. Seems like permissions are not properly set
on the 'entries' file...
Vlad