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 139073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:22:12+00:00 2026-05-11T07:22:12+00:00

When I look in the SVN log I really wish I could see markers

  • 0

When I look in the SVN log I really wish I could see markers that tell me when releases were done. I’ve seen this in other version control systems such as PVCS and Perforce.

Can this be done in SVN? I’ve done a little bit of research and so far it looks like this sort of thing is not supported.

Edit

We don’t want to have to copy our source to a different folder for each release. This results in a huge amount of unnecessary duplication of files on the developers machine and only gives us a record of the revision number of each release. I can do that using a text document!

Edit2

My goal is to have a single view that shows me a chronology of my releases, between which I can see all of the code changes that took place between each release. This then makes it easier to compile release notes.

  • 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. 2026-05-11T07:22:12+00:00Added an answer on May 11, 2026 at 7:22 am

    Richard, tags are very close, but I wonder if what you need might not be a dedicated release branch.

    For this, make a branch from trunk early on called something like ‘Release’. Then work on trunk as normal, when you’re ready for a release, merge your changes from trunk into ‘Release’. This is the only way that you should modify release.

    You can then tag from release if you want, not 100% necessary.

    But what this will give you is a branch that has a subset of the trunk’s revisions in it. Find out your release dates with:

    svn log --stop-on-copy svn://server/project/branches/release 

    This will give you a list of release dates (with the revisions). To see what’s in each release do:

    svn mergeinfo --show-revs=merged 'svn://server/project/trunk' 'svn://server/project/branches/release'@<release revision> 

    Also note that by working this way, you aren’t limited to a strictly sequential release of everything in trunk – you can cherry pick revisions, excluding revisions if you don’t want to release them just yet, but still including subsequent revisions.

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

Sidebar

Related Questions

No related questions found

Ask A Question

Stats

  • Questions 58k
  • Answers 58k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer For starters, the single-character blocks can just go away: /\(PRD\).+;.+;.*;.+;.+;.*;.*;.*;/… May 11, 2026 at 8:51 am
  • added an answer I think it's better to decouple the caption text from… May 11, 2026 at 8:51 am
  • added an answer I've done testing using multiple dnsperf as packet generators and… May 11, 2026 at 8:51 am

Top Members

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

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.