[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

how to override "unversioned directory of the same name already exists" with post-commit hook

From: J. Bakshi <joydeep_at_infoservices.in>
Date: Fri, 23 Oct 2009 13:25:08 +0530

Hello list,

We often face a problem during svn commit as

````````
SVN update failed with an unversioned directory of the same name already
exists
```````````````

I have post-commit hook enable here and sometimes failed to update
websites due to this very problem. Hence I have modified the script as

svn up --force

but then when I try to commit svn reports

svn: Commit failed (details follow):
svn: '/home/admin/example/web/ ' is not under version control

Could any one please suggest what I am missing here ?

thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410553

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 09:56:29 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.