You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "J. Bakshi" <jo...@infoservices.in> on 2009/10/23 07:55:08 UTC

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

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@subversion.tigris.org].

Re: [SOLVED] how to override "unversioned directory of the same name already exists" with post-commit hook

Posted by "J. Bakshi" <jo...@infoservices.in>.
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@subversion.tigris.org].