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

Re: [SOLVED] 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 14:30:17 +0530

J. Bakshi wrote:
> 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
>
>

Solved :-)

svn up --force is working perfectly now.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 11:01:10 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.