Post-Commit hook script

2011-07-29 Thread Himanshu Raina
Hi, The post-commit script isn't getting executed whenever code is merged from trunk to tags. Whenever the code needs to be deployed the code is copied from trunk to tags. The script runs fine when executed on the server but doesn't get invoked whenever a commit is done. svn co http://mydomain.c

Re: Post Commit Hook Script !!

2011-07-29 Thread Himanshu Raina
-f /apps/Raina/current && ln -s /apps/Project/releases/20110729085852 /apps/Project/current"    servers: ["172.16.3.3"]    [root@172.16.3.3] executing command    command finished Could you please help in this regard ? The hook when invoked gives Host Authentication Error whe

Re: Post Commit Hook Script !!

2011-07-29 Thread Himanshu Raina
gt;the time being. Regards,Himanshu --- On Fri, 29/7/11, Ryan Schmidt wrote: From: Ryan Schmidt Subject: Re: Post Commit Hook Script !! To: "Himanshu Raina" Cc: users@subversion.apache.org, "MarkCooke" Date: Friday, 29 July, 2011, 1:34 PM On Jul 29, 2011, at 02:43, Himanshu Ra

RE: Post Commit Hook Script !!

2011-07-29 Thread Himanshu Raina
hanged  $REPOS | head -n1 | cut -d"/" -f3` /usr/bin/ssh user@172.16.3.2 "cd /newdeploy/Project/config ; cap deploy:php tagid=$TID" elif [ $Method == D ]; then exit fi Regards,Himanshu Raina --- On Fri, 29/7/11, Cooke, Mark wrote: From: Cooke, Mark Subject: RE: Post Commit Ho

Post Commit Hook Script !!

2011-07-29 Thread Himanshu Raina
Hi, The post-commit script isn't getting executed whenever code is merged from trunk to tags. Whenever the code needs to be deployed the code is copied from trunk to tags. The script runs fine when executed on the server but doesn't get invoked whenever a commit is done. svn co http://mydomain.c

Re: error while restoring repository from dump

2010-07-01 Thread Himanshu Raina
has "\015". RegardsHimanshu Raina --- On Thu, 1/7/10, Daniel Shahaf wrote: From: Daniel Shahaf Subject: Re: error while restoring repository from dump To: "Himanshu Raina" Cc: users@subversion.apache.org Date: Thursday, 1 July, 2010, 3:47 PM Himanshu Raina wrote on Thu, 1 Jul 2010 at 12

error while restoring repository from dump

2010-07-01 Thread Himanshu Raina
Hi, Since I was moving to a new server, I dumped existing repository data using  svnadmin dump /pathto/repos > data.dump Next I create a new repository on the new server and tried to load data using svnadmin load /pathto/repos < data.dump While loading data it gave me the following error. <<< Start