Current time: 05-18-2024, 06:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
How to setup a server to follow development?
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #26
RE: How to setup a server to follow development?
I just never tried it but you're right, checkout and update work exactly the same way when the folder exists! New code then:

Code:
#download/update trunk
mkdir -p ${TRUNK_DIR}
svn checkout http://www.isp-control.net/ispcp_svn/trunk/ ${TRUNK_DIR}
cd ${TRUNK_DIR}

Oh, and get rid of this line:
Code:
rm -fRv "${TRUNK_DIR}"

Much simpler, thanks Cube
(This post was last modified: 05-16-2008 03:07 AM by kilburn.)
05-16-2008 03:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to setup a server to follow development? - kilburn - 05-16-2008 03:05 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)