First post, by Farnsworth
Farnsworth
Offline
Rank
Newbie
Hi, I'd like to use CVS to update the source whenever I want, I know all the commands for that except I don't know the link of the source, the command of Transmission (a opensource OS X application) is
svn co svn://svn.m0k.org/Transmission/trunk Transmission
(I found some info on their forums)
is there a link like that for DOSBox so I can use svn up etc ?
It would look like this :
<link>cd <folder, I guess it's called dosbox>./autogen.sh./configuremakeand then for all the other times :cd <that folder again>make cleansvn upmake
thanks