visualsvn server hooks do not work

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions visualsvn server hooks do not work
# 1  
Old 08-06-2011
visualsvn server hooks do not work

My post-commit.bat is as follows :
Code:
mkdir c:\furk
E:\program\wget\wget.exe http://10.204.29.201:9090/job/my_svn/build -P E:\

however, after I commit my code , only
HTML Code:
mkdir c:\furk
be executed ,
Code:
E:\program\wget\wget.exe http://10.204.29.201:9090/job/my_svn/build -P E:\

is not been executed. what is wrong ?
Thanks
# 2  
Old 08-10-2011
If the directory is already there, and mkdir errors, perhaps it stops processing the file?
# 3  
Old 08-11-2011
Thanks for your reply.
Sorry , "c:\furk" is just a joke , I am tired of configuration that time.
# 4  
Old 08-11-2011
So, does wget have a debug or verbose option?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Fetchmail multidrop mode to work with Zimbra server

Hi, We want to setup a multidrop configuration with our Zimbra server. Please help us to setup a .fetchmailrc file. We are using Fetmail 6.3.9 version. Single mails are fetching without any problems. What are the things to take care while setting up a multidrop? POP server: mail.company.com... (0 Replies)
Discussion started by: brittocj
0 Replies

2. Red Hat

How to get server out through work proxy

Hi, I want to be able to get my server to update via yum through our work proxy. I have tried the usual method of exporting the http_proxy=http://username:password@domain.com but this does not work for me. I opce heard about a guy who set up a proxy on his XP laptop (Don't flame me I have... (0 Replies)
Discussion started by: pobman
0 Replies

3. UNIX for Advanced & Expert Users

FTP Server doesn't work??

I appreciate iif anybody can help me with this issue. I set up a Linux FTP server which is authorized user ID from AD. I do some configuration on vsftpd.conf file but it doesn't work out. I copy these configuration, can you help me to check again as when i connect through browser it always give me... (2 Replies)
Discussion started by: cthinh
2 Replies

4. Shell Programming and Scripting

Script that works on one server does not work on another

Hello all, The following script (sess.sh) runs fine and gives the correct output on a SunOS 5.9 ( default shell =/bin/ksh) but gives incorrect results on a SunOS 5.7 (default shell= /bin/sh). The script logs on to an oracle database and queries the total no of sessions running in the database... (6 Replies)
Discussion started by: luft
6 Replies

5. Solaris

Checking Server work load

Hey guys, I was task to look at a couple DNS servers for a co worker, Now they are running Solaris 2.6 on some Ultra 10 systems. How can I check the kind of load these systems are taking, I know that I can look at the network size and how many zones these servers are SOA of, but I looking in a... (3 Replies)
Discussion started by: aojmoj
3 Replies

6. UNIX for Dummies Questions & Answers

how to work on remote server

I have to work with many server. sometime I have to do a small stuff on a particular server. Instead of loggin onto the server, I can work remotely. right? how I can perform that ? Any help? thanks ajaya (5 Replies)
Discussion started by: ajaya
5 Replies

7. Solaris

(Yet) Another newbie qstn - X-server won't work!

Hi everyone, I've just bought a sun ultra 60 and am a bit of a unix newbie, so bear with me here! I've just completed a fresh install of Solaris 9 and everything was going well until the machine rebooted. When the system is coming up, it prints the followinf message on-screen: The X-server... (7 Replies)
Discussion started by: alarmcall
7 Replies
Login or Register to Ask a Question