Page 1 of 1

Keeping trunk up-to-date, How?

Posted: September 30th, 2009, 12:29 am
by tastynzb
I was wondering if someone could post a little step-by-step rundown on how they go about keeping sabnzb trunk updated. I assume its via svn, but im completely new to svn and would appreciate knowing the commands/steps you guys use, how often you update, and any precautions you follow.

Thanks!

Re: Keeping trunk up-to-date, How?

Posted: September 30th, 2009, 2:34 am
by shypike
Install CollabNet's command line SVN client.
Open a command prompt and type:

Code: Select all

cd /d D:\work
svn co  https://svn2.assembla.com/svn/SABnzbd/trunk/main mysab
cd mysab
win\unzip\unzip cherrypy*.zip
Each time you want to update just type:

Code: Select all

cd /d D:\work\mysab
svn update
Of couse, you first have to setup Python properly.
See: http://sabnzbd.wikidot.com/install-off-modules
You need:
ActiveState Python 2.5
yEnc
Cheetah
PyOpenSSL
OpenSSL for Windows