Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8106275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:25:15+00:00 2026-06-06T00:25:15+00:00

Svn is generating automatic numbers for revisions. RevNo Date Desc 1 2012-01-01 Initial directories

  • 0

Svn is generating automatic numbers for revisions.

RevNo  Date         Desc
1      2012-01-01   Initial directories are created 
2      2012-01-02   Something added 
3      2012-03-10   something changed
4      2012-03-18   Ready for Release_1.0 and tags/Release_1.0 is ok
5      2012-03-19   Bug fixed
6      2012-03-18   Release_1.0.1 

Can I change the revNo 4 to 1.0 ?
Can I add some property which can carry the Release Number like:

ReleaseNo RevNo  Date         Desc
0          1      2012-01-01   Initial directories are created 
0          2      2012-01-02   Something added 
0          3      2012-03-10   something changed
1.0        4      2012-03-18   Ready for Release_1.0 and tags/Release_1.0 is ok
0          5      2012-03-19   Bug fixed
1.0.1      6      2012-03-18   Release_1.0.1 

And If I can add property how can I retrieve using by svn.exe ?
Like:
c:\Projects\Test\trunk\>svn.exe infowith what kind params should I run?

Thanks in advance for your kind help…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T00:25:16+00:00Added an answer on June 6, 2026 at 12:25 am

    You can’t change revision numbers, but you can add revision properties with svn propset <PROPNAME> --revprop -r <REV> <PROPVAL> [TARGET]. You can also set a revision property during commit, e.g.:

    svn commit -m "Commit message" --with-revprop "release-version=2.0.1"
    

    To retrieve revision property use svn propget <PROPNAME> --revprop -r <REV> [TARGET]. See Version Control with Subversion for more information on properties.

    Note: often by default setting of revision properties is disabled altogether or allowed only for svn:log property. You need to modify pre-revprop-change hook (or to contact your SVN administrator to do it for you).

    You can also tag your code. See Version Control with Subversion. The advantage of tagging is that you can use code from different revisions in the same tag (say, one component can come from a different revision, including a different branch).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In SVN you cannot commit if your local revision is not up to date
I am using Eclipse Indigo and Subversive SVN Team provider. While i was generating
In SVN is there any way to set (bugtraq) properties on all directories in
SVN won't download newly added files but will update existing. Developer B adds 3
SVN's log has a "-v" mode that outputs filenames of files changed in each
I have this tmp/ and cache/ directories, that keep generating files that don't need
SVN seems to have a very straightforward way to return information from a date
I'm generating StatSvn reports with Jenkins, and it requires the svn log . While
'svn log' shows the log of: 1) files whose content has changed AND/OR 2)
In svn, I have a branch which was created, say at revision 22334. Commits

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.