News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

SVN revision and date

Started by Albenejean, December 28, 2007, 09:07:28 PM

Previous topic - Next topic

Albenejean

Hi everyone.

I have just build CodeBlocks from sources. It works!!
However when I launch it, I got svn revision 0 and unknown date.

How can I change this?

stahta01

#1
FYI:

I plan to add things to check as I think of them.

1. Verify you have SVN installed.
2. Add the path to the SVN.exe file to "Additional Paths" for the Compilier



Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Albenejean

I've got Tortoise SVN.

I've followed http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook.

As it's the first time I've build CB, so i have perhaps missed something...

Jenna


stahta01

Quote from: jens on December 28, 2007, 09:26:50 PM
You have to install a command-line-version of (subversion) svn too.
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91

This is correct, but I use a different source for my SVN.exe

Info Link: http://downloads.open.collab.net/collabnet-subversion.html

I use the CollabNet Subversion Command Line Client Windows XP
Download Link: http://www.open.collab.net/servlets/OCNDownload?id=CSVNWINC

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Albenejean

Stahta01, your answer was too late... I've downloaded the programs that Jens gave me..... And it works!!! My svn revision is 4760 now!!!

Thanks both of you!

wobien

Quote from: stahta01 on December 28, 2007, 09:11:52 PM
2. Add the path to the SVN.exe file to "Additional Paths" for the Compilier
I have the same problem (SVN 0 and no date).
I installed SVN.exe, but where can I find the "Additional Paths" option for the Compiler?

Albenejean

QuoteI installed SVN.exe, but where can I find the "Additional Paths" option for the Compiler?
I don't remember I have done this (I have check, I have nothing in Additional paths).

But it's located Settings+>Compiler and debugger+>Toolchain executable->Additional paths.

JGM

#8
Adding the path of the svn executable to the Enviroment Variable "Path" will work. This is by right clicking My Computer -> Properties -> Advanced -> Enviroment Variables -> System Variables -> Path and Edit

wobien

Thank you. The path was allready in the environment (SVN must have put it there when installed), but when I checked it, it struck me that SVN had installed itself in Program Files, so I replaced it to a folder without spaces.
That worked.