On Wednesday 07 January 2009 18:02, Carmelo AMOROSO wrote: > Hi All, > I'm having some problems to update/log with my uCLibc svn working copy, > as below: > > [amoro...@ctn003831 ~/uClibc-work/SVN/trunk]svn log > svn+ssh://[email protected]/svn/trunk > svn: Can't open file '/svn/trunk/format': Permission denied > > same results simply typing "svn update". > I have not changed my DSA key. > > Is somebody else havign same problems ?
No. I just checked-out fresh busybox, uclibc and uclibc-ntpl trees with no problems. Also, Can't see why would /svn/trunk/format return EPERM to you: v...@busybox ~ $ ls -ld /svn/trunk/format ls: cannot access /svn/trunk/format: No such file or directory v...@busybox ~ $ ls -ld /svn/trunk ls: cannot access /svn/trunk: No such file or directory v...@busybox ~ $ ls -ld /svn lrwxrwxrwx 1 root root 20 Nov 25 20:04 /svn -> /var/lib/svn/busybox v...@busybox ~ $ ls -ld /var/lib/svn/busybox drwxrwsr-x 7 andersen svnadmin 4096 Feb 7 2005 /var/lib/svn/busybox v...@busybox ~ $ ls -ld /var/lib/svn drwxr-xr-x 3 root root 4096 Nov 25 21:57 /var/lib/svn v...@busybox ~ $ ls -ld /var/lib drwxr-xr-x 14 root root 4096 Nov 21 20:53 /var/lib v...@busybox ~ $ ls -ld /var drwxr-xr-x 15 root root 4096 Nov 11 22:44 /var v...@busybox ~ $ ls -ld / drwxr-xr-x 19 root root 4096 Jan 5 05:44 / It should return ENOENT... -- vda _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
