Author Topic: wrong svn number after build infor dialog.  (Read 4540 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
wrong svn number after build infor dialog.
« on: March 30, 2009, 04:52:46 am »
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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: wrong svn number after build infor dialog.
« Reply #1 on: March 30, 2009, 06:04:45 am »
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
« Last Edit: March 30, 2009, 06:38:54 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wrong svn number after build infor dialog.
« Reply #2 on: March 30, 2009, 07:57:45 am »
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.