> From: santhosh kumar [mailto:santhoshkal...@gmail.com] > > The problem is that, I am not able to check out a file from the svn server > system. But the same file can be checked out from any other linux box. > > From the server I wanted to checkout the same file for some script. It is a > tar.bz2 file > > The error is > > svn: Can't open file 'flse/.svn/tmp/text-base/pgms.tar.bz2.svn-base': > Permission denied. > > But the same file I am able to do a check out from another linux box. I am > running the checkout as root user- having all permission.
You have left out much of the detail which would be needed to help with this problem. * On the system where it works, what is the OS? What is the checkout command you are using? * On the system where it fails, what is the OS? What is the checkout command you are using? * Are the two svn clients working only on local disk? Or is it something like a network file share? That might be enough information to get started.