PDA

View Full Version : how to update sourcecode


roshan
June 27th, 2006, 06:58 AM
hi,
i have downloaded trunk and branches of limewire Sourcecode and built limewire project as given in "Getting started topic".Now i want to update the source code in eclipse using branches.can anyone give some tips to update sourcecode in eclipse using branches?..... plzzzzzzz.:) :)

Thanks and regards,
Roshan

Zootella
June 28th, 2006, 09:37 PM
Yes, this is simple, but someone needs to add it to the "Getting Started" section of the wiki.

From these steps:
http://www.limewire.org/wiki/index.php?title=Program.Guide.GetTheCode
open Cygwin and move to the folder where you typed svn checkout. Instead of that, type svn update. The command-line subversion program will compare the copy of the code on your computer to the copy on LimeWire's server, updating anything that needs to be updated.