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

Post-Commit 'Skipped' error

From: King, Rogie <RoKing_at_carroll.edu>
Date: 2005-12-13 21:02:44 CET

Still working on the post-commit hook

 

 

Here's essentially what im running in my post-commit shell script:

 

/usr/local/bin/svn up
/home/httpd/domains/www.carroll.edu/site/trunk/prod-site/public_html/mem
orial/ | sed "s/trunk\/prod-site\///g"

 

Problem is, every time I run it, this is my outcome:

 

 

Skipped '/home/httpd/domains/www.carroll.edu/site/public_html/memorial'

 

It seems to do the replace of the trunk/prod-site just fine, but then
skips. However, if I run the following command it works just fine and
updates to the HEAD revision:

 

/usr/local/bin/svn up
/home/httpd/domains/www.carroll.edu/site/public_html/memorial/

 

 

Any help?
Received on Tue Dec 13 22:05:12 2005

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.