Hello, > On 5 Sep 2014, at 19:41, Michael Kerwin <mich...@kerputer.com> wrote: > > I have been able to export the code to an ubuntu 14.04.1 client running > subversion 1.8.8 and when I do a > svn -u status > W155007: ‘home/mkerwin/src/trunk/c/eco’ is not a working copy
If you ran svn export rather than svn checkout, the result will indeed not be a working copy on which svn status would work. Run it on a working copy created by svn checkout. Andreas