News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wrong svn number after build infor dialog.

Started by ollydbg, March 30, 2009, 04:52:46 AM

Previous topic - Next topic

ollydbg

I use TotoriseSVN(1.6.0) to update my code::blocks to svn 5492. After build, I still get the svn number of 5482.
see the screen shot.

It seems the svn number should be 5492.

I have download the svn_win32 package to 1.5.6. But the problem still exist. Is there something wrong?

Thanks.




[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

#1
Did you update svn.exe to version 1.6?
If not, that is the cause of the issue.

I am using the CollabNet Subversion Command-Line Client v1.6 (for Windows)
http://www.open.collab.net/downloads/subversion/

I am now updating the client SVN to 1.6; and will verify it works.

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]

ollydbg

Yes, Thanks for your help.
After update the svn_server to 1.6, I can successfully build a 5492 version. :D

By the way, I once used a svn.exe from the package in  http://subversion.tigris.org/files/documents/15/45222/svn-win32-1.5.6.zip, it was the cause of this problem.


If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.