Keeping trunk up-to-date, How?

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
Post Reply
tastynzb
Release Testers
Release Testers
Posts: 5
Joined: September 26th, 2009, 3:01 pm

Keeping trunk up-to-date, How?

Post 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!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

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

Post 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
Last edited by shypike on September 30th, 2009, 4:53 pm, edited 1 time in total.
Post Reply