Re: Checkout fails on restrictions in higher .svn dir

2014-08-07 Thread Josh Cepek
On 08/07/2014 10:46 PM, Nico Kadel-Garcia wrote: >> The permissions on the /.svn/ dir are such that only root > can access them (file mode 0700.) > > Don't Do That(tm). Write Subversion checkos for the parts of hte > filesystem individuall, not as a master based at /. > > It's pretending that y

Re: Checkout fails on restrictions in higher .svn dir

2014-08-07 Thread Nico Kadel-Garcia
> The permissions on the /.svn/ dir are such that only root can access them (file mode 0700.) Don't Do That(tm). Write Subversion checkos for the parts of hte filesystem individuall, not as a master based at /. It's pretending that your entire filesystem is a Subversion checkout. The extend to