[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: i can't just compile, not debugging.

From: Gerasimov, Ivan <Ivan.Gerasimov_at_transas.com>
Date: 2006-03-16 17:45:01 CET

Hello!

>i did all of works as direction of build.txt.
>
>i installed Visual Studio 2005.
>i installed java runtime.
>i installed python and add to path environment it's directory.
>i installed perl.
>i installed wix and add to path environment it's directory.
>i installed NSIS.
>i installed Nant.
>i installed openssl and extract to svn\common\openssl.
>i installed zlib source and extract to svn\common\zlib.
>and i checked out tsvn.
>and i'll trying to download >http://tortoisesvn.tigris.org/files/documents/406/11147/Tools.zip. it's >done but the file was cracked.

How would you expect to build the sources, if you don't have needed tools?
Try to download Tools.zip again, maybe with some other browser or download utility.
 
>and i rename default.build.user.tmpl to default.build.user and modify path >variables to correct.
 
>i open tortoisesvn.sln
>and then press f5 for build.

You had to build needed libraries from command line with the nant tool.
Download the _latest_ (not CR3) build from here:
http://nant.sourceforge.net/nightly/latest/nant-bin.zip

Then, read _carefully_ the build.txt.

To compile the debug version run:
# nant debug setup

For release run:
# nant release setup

>i need to view the sources .

I believe you can already view the sources, since you've downloaded them.

Did you try to compile sources from the tarball? It doesn't contain external libraries. You will have to checkout sources from http://tortoisesvn.tigris.org/svn/tortoisesvn/... Just as mentioned in build.txt.

Sincerely yours,
Ivan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 16 17:45:19 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.