Re: Hello, please help subversion using

2010-05-31 Thread Ulrich Eckhardt
On Friday 28 May 2010, Alex wrote: > I have subversion copy of repository ex. php-3.2.0 > path: /usr/src/svn/php-3.2.0 > > when im in this folder i can do anything: svn update, svn info, svn log > and everything is work well. ...which means it is _NOT_ a repository but a working copy! You have to

Re: Hello, please help subversion using

2010-05-28 Thread Volker Kopetzky
Alex, the command to use to create a copy without svn metadata (if this is your intention) is: svn export /usr/src/svn/php-3.2.0 /some/target/path You're getting the error because you are trying to access the working copy, but due to the file:/// prefix subversion expects this to be the locatio