User forums > Nightly builds

The 14 february 2007 build is out.

<< < (5/9) > >>

stahta01:

--- Quote from: stahta01 on February 15, 2007, 09:20:10 pm ---
--- Quote from: killerbot on February 15, 2007, 08:15:01 pm ---do you mean, adding the path of the svn exe to system PATH ??
I use tortoise svn, and I prefer to keep my path as clean as possible.
It used to work before the code restructuring, so it should be possible to have it workin again. Unfortunately i don't have time to sort it out at the moment, so all help is welcome.

--- End quote ---

Any other svn tools on your machine?

Note, I read somewhere on this board that they just started using the svn tool using xml output. I think I might be able to find a way to have it work without have it needed to be added to the system path, but I think you will need an SVN tool that does XML output. No, Idea if tortoise svn does I will see if it does I have it on my machine.

Tim S

--- End quote ---

If you have svn.exe on your PC, you can add "C:\Program Files\Subversion\bin" to the compiler "Tool chain Excutable" "Additional Path". I just tested it and it works for me. Note, the "bin" sub-folder was required.

Note, my svn.exe was version 1.4.2.22196.

Tim S

Biplab:

--- Quote from: killerbot on February 15, 2007, 08:15:01 pm ---do you mean, adding the path of the svn exe to system PATH ??
I use tortoise svn, and I prefer to keep my path as clean as possible.
It used to work before the code restructuring, so it should be possible to have it workin again. Unfortunately i don't have time to sort it out at the moment, so all help is welcome.

--- End quote ---

@killerbot, sorry my reply was not bit clear.

I do use TortoiseSVN. But the problem with TortoiseSVN is there is no svn.exe file in the installation folder. So autorevision.exe will fail to create a proper autorevision.h file.

What I did-

* Extracted SVN client binary to a folder (C:\DevTools\svn-win32-1.4.3 in my comp)
* Went to Setings>Environment menu. Then in Environment variables I've added PATH=C:\DevTools\svn-win32-1.4.3\bin
Basically that solved my problem.

But you'll notice another problem. You'll see that in Start page, the time is bit peculiar. I've reported this problem along with a patch to solve it in the following thread.

http://forums.codeblocks.org/index.php?topic=5179.msg40569#msg40569

Hope this solves your problem. :D

Regards,

Biplab

LCsquare:
Also the code parsing (I mean the symbol table in Management Dialog) is a bit crashed. (from 8/2/2007 nightly build)

During I switch focus files, the "Current file symbols" will sometimes display nothing.

I need to re-activate the corresponding project, then switch the "View" to "Active Project Symbols", then back to "Current file symbols" in order to restore the expected symbols table.

Please help.

Kalma:
Hello,
I have found a nother way to solve this problem with svn.exe.
My Idea was to ad a little .bat file named svn.bat which is called by autorevision.exe.
It consists of:
--- Code: ---C:\Programme\svn-win32-1.4.3\bin\svn.exe %*
--- End code ---
.
Before the dir restructoring it worked fine for me but now there is also only "Revision 0" on the
Splashscreen and so on.

stahta01:

--- Quote from: Kalma on February 16, 2007, 01:52:47 pm ---Hello,
I have found a nother way to solve this problem with svn.exe.
My Idea was to ad a little .bat file named svn.bat which is called by autorevision.exe.
It consists of:
--- Code: ---C:\Programme\svn-win32-1.4.3\bin\svn.exe %*
--- End code ---
.
Before the dir restructoring it worked fine for me but now there is also only "Revision 0" on the
Splashscreen and so on.

--- End quote ---

Where did you put the svn.bat file?

Tim S

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version