Jump to content
  • 0

question,Info


REKT

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

Hello, Again! i just wanted to confirm why i got [uknown] after i 'recompile' my SVN?

It doens't show the '15545'. anyone who could help me show it?

Maybe i have missing?

[info]: Revision: 'Uknown'

Thank you!

Melody :3

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

as long as you're using the latest revisions available, it won't matter.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

as long as you're using the latest revisions available, it won't matter.

Well, i guess i'm always 'UPDATED' with my SVN to prevent some Bugs or Etc.

Perhaps, i really wanted to show it my '15545' instead of 'Uknown'.

Someone can tell 'How'?

Melody :3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

I suggest you create a new thread under Source Support. It's a source modification so you can ask

the people who know more on editing the source.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

I suggest you create a new thread under Source Support. It's a source modification so you can ask

the people who know more on editing the source.

Oh, so this supposed to be in 'Source Modifcations' ? i thought it's just small problem setting up it?

Anyways thanks for the respond.

Melody :3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

It is, but 1 of the rules is to post our topics on their proper sections. And that topic may become useful one day,

easier to find.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

you can edit it melody in common/core.c! find this line:

snprintf(rA_svn_version, sizeof(rA_svn_version), "Unknown");

and edit this to

snprintf(rA_svn_version, sizeof(rA_svn_version), "15545");
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

you can edit it melody in common/core.c! find this line:

snprintf(rA_svn_version, sizeof(rA_svn_version), "Unknown");

and edit this to

snprintf(rA_svn_version, sizeof(rA_svn_version), "15545");

NO!

@ melody

try to checkout svn again

EDIT:

as i know

svn unknown is due to exporting

Edited by KeiKun
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...