You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Deepan R Venkatesh <de...@gmail.com> on 2008/03/23 05:02:14 UTC

Post-script not executing even after setting the permissions.

Hi,

   I have started using the SVN from some months back and I am facing
a problem in updating my working copy, which I have been checked out
in the local server. To be more clear,

1. I will be creating a svn repos in my server.
2. I will check out a working copy in the svn server itself and make
an alias entry in httpd.conf to browse the repos
3. I have a post-commit script under the hook folder and the command
"/usr/bin/svn update -q <repos> -r HEAD--username user --password
xxxxxx" is executing in that thru shell script.
4. The permission for the SVN repos is 775 and the owner is apache.

  The Problem is, when ever I add and commit a file in the repository
using tortoise svn client, the commited file is not appearing under
the repository. The post-commit script is not getting executed.

 Someone please advice me on this how to solve this issue.

Thanks in advance,
Deepan.R

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Post-script not executing even after setting the permissions.

Posted by Deepan R Venkatesh <de...@gmail.com>.
Hi Karl,

    Sorry, I havent read the reference which you gave. I read it and I
was checking it with my repository. It is working fine now. Thanks a
lot for your help. Really you have helped me at the exact time. Once
again thanks a lot for your help.

Cheers,
Deepan.R

On Sun, Mar 23, 2008 at 10:35 AM, Karl Fogel <kf...@red-bean.com> wrote:
>
> "Deepan R Venkatesh" <de...@gmail.com> writes:
>  >    I have started using the SVN from some months back and I am facing
>  > a problem in updating my working copy, which I have been checked out
>  > in the local server. To be more clear,
>  >
>  > 1. I will be creating a svn repos in my server.
>  > 2. I will check out a working copy in the svn server itself and make
>  > an alias entry in httpd.conf to browse the repos
>  > 3. I have a post-commit script under the hook folder and the command
>  > "/usr/bin/svn update -q <repos> -r HEAD--username user --password
>  > xxxxxx" is executing in that thru shell script.
>  > 4. The permission for the SVN repos is 775 and the owner is apache.
>  >
>  >   The Problem is, when ever I add and commit a file in the repository
>  > using tortoise svn client, the commited file is not appearing under
>  > the repository. The post-commit script is not getting executed.
>  >
>  >  Someone please advice me on this how to solve this issue.
>
>  Have you read http://subversion.tigris.org/faq.html#hook-debugging ?
>
>  -Karl
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Post-script not executing even after setting the permissions.

Posted by Karl Fogel <kf...@red-bean.com>.
"Deepan R Venkatesh" <de...@gmail.com> writes:
>    I have started using the SVN from some months back and I am facing
> a problem in updating my working copy, which I have been checked out
> in the local server. To be more clear,
>
> 1. I will be creating a svn repos in my server.
> 2. I will check out a working copy in the svn server itself and make
> an alias entry in httpd.conf to browse the repos
> 3. I have a post-commit script under the hook folder and the command
> "/usr/bin/svn update -q <repos> -r HEAD--username user --password
> xxxxxx" is executing in that thru shell script.
> 4. The permission for the SVN repos is 775 and the owner is apache.
>
>   The Problem is, when ever I add and commit a file in the repository
> using tortoise svn client, the commited file is not appearing under
> the repository. The post-commit script is not getting executed.
>
>  Someone please advice me on this how to solve this issue.

Have you read http://subversion.tigris.org/faq.html#hook-debugging ?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org