[site] svn up problems

2012-03-26 Thread Mladen Turk

 cd /x1/www/tomcat.apache.org
 svn up
svn: Failed to add directory 'maven-plugin-2.0-beta-1': an unversioned 
directory of the same name already exists

Can someone remove that dir who added it to site's svn ?


Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [site] svn up problems

2012-03-26 Thread Konstantin Kolinko
2012/3/26 Mladen Turk mt...@apache.org:
 cd /x1/www/tomcat.apache.org
 svn up
 svn: Failed to add directory 'maven-plugin-2.0-beta-1': an unversioned
 directory of the same name already exists

 Can someone remove that dir who added it to site's svn ?

Just do:

rm -rf maven-plugin-2.0-beta-1
svn cleanup
svn up


Svn complains because the old directory is unversioned one.
IIRC there is also possible to do svn up --force, but I have not used it.

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [site] svn up problems

2012-03-26 Thread Mladen Turk

On 03/26/2012 05:58 PM, Konstantin Kolinko wrote:

2012/3/26 Mladen Turkmt...@apache.org:

cd /x1/www/tomcat.apache.org
svn up

svn: Failed to add directory 'maven-plugin-2.0-beta-1': an unversioned
directory of the same name already exists

Can someone remove that dir who added it to site's svn ?


Just do:

rm -rf maven-plugin-2.0-beta-1
svn cleanup
svn up



done.

Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org