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!
Keeping trunk up-to-date, How?
Forum rules
Help us help you:
Help us help you:
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Keeping trunk up-to-date, How?
Install CollabNet's command line SVN client.
Open a command prompt and type:
Each time you want to update just type:
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
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
Code: Select all
cd /d D:\work\mysab
svn update
See: http://sabnzbd.wikidot.com/install-off-modules
You need:
ActiveState Python 2.5
yEnc
Cheetah
PyOpenSSL
OpenSSL for Windows
Last edited by shypike on September 30th, 2009, 4:53 pm, edited 1 time in total.