Author Topic: SVN  (Read 3206 times)

PDEE

  • Guest
SVN
« on: June 25, 2007, 10:34:44 pm »
Just a quick question, i have just built codeblocks from source on feisty. Now when i come to do it again, can i just leave the old svn i downloaded in the same place and overwrite it with the new svn, ( obviously cleaning out the object files ) or shall i just remove it all and start fresh? I have only done this once before on Suse, that was a long time ago though. I never stuck with Suse but i am sticking with Ubuntu.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: SVN
« Reply #1 on: June 25, 2007, 10:59:12 pm »
If you have did a checkout of the svn trunk, then you could just do "svn update".
When building, I always clean the object files before I build
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

PDEE

  • Guest
Re: SVN
« Reply #2 on: June 25, 2007, 11:46:14 pm »
Thanks very much mispunt  :D, i have it all set up now so i think it will be easier than waiting for a nightly ( i know, i've been lazy  :P ). I have cleaned out the object files and anything else left behind. Thansk again.