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

The Archive Base Latest Questions

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

I use Assembla to manage my Subversion repository. I have started some major revisions

  • 0

I use Assembla to manage my Subversion repository. I have started some major revisions to my codebase and want to create a Tag of my most recent production revision ( which I forgot to do when I pushed that rev live to production a few weeks ago ).

I’m currently on revision 588, and want to create a Tag of revision 577. How do I go about doing this from the command line using Subversion within Assembla?

Assume my Assembla SVN URL is: https://subversion.assembla.com/svn/my_assembla_svn_directory/

  • 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-06T06:21:17+00:00Added an answer on June 6, 2026 at 6:21 am

    You can always use the -r parameter to refer to a specific revision. When doing so, you can also use the @rev revision pinning to make sure you’re referring to the layout of the Subversion revision at a particular revision. The following will create a tag from trunk on revision 577 and call this tag REV-1.2:

    $ svn cp -r 577 https://subversion.assembla.com/svn/my_assembla_svn_directory/trunk
        https://subversion.assembla.com/svn/my_assembla_svn_directory/tags/REV-1.2
    

    If you don’t have a trunk, branches, and tags directories, you’ll need to move your work in order to create some:

    $ # Move the current directory to the "trunk"
    $ svn cp https://subversion.assembla.com/svn/my_assembla_svn_directory \
        https://subversion.assembla.com/svn/my_assembla_svn_directory/trunk
    
    $ # Make a corresponding tags and branches directories too
    $ svn mkdir https://subversion.assembla.com/svn/my_assembla_svn_directory/branches
    $ svn mkdir https://subversion.assembla.com/svn/my_assembla_svn_directory/tags
    
    $ # Now, we can delete the old location. Let your developers know this,
    $ # so they're not surprised by this and will be able to do a "svn relocate"
    $ svn delete https://subversion.assembla.com/svn/my_assembla_svn_directory/
    
    $ # Whoops. I should have done the tagging when I had a chance. 
    $ #Oh well, we'll use the `@rev` pinning:
    
    $ svn -r557 cp https://subversion.assembla.com/svn/my_assembla_svn_directory@557 \
          https://subversion.assembla.com/svn/my_assembla_svn_directory/tags/REL-1.2
    

    Subversion doesn’t implement tagging and branching except as a copy. This isn’t unusual. Perforce implements branching in the same way. In fact, once you get use to it, it works out really well:

    • It’s easy to see the valid branches and tags (simply do a svn ls on the right directory
    • The complete history of tags and branches are easy to see. You can see who made the change, when, why, etc.
    • The complete history of the tag or branch is shown. If someone changes a tag or branch, you see who did it very clearly.
    • It discourages the helter-skelter type of branching you see in many other version control systems when developers pick and choose over various branches and the trunk what to branch or tag. That makes tracking the history very difficult to do. Subversion’s scheme encourages you to think of branches and tags as affecting all files in a project.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm defining some types via System.Reflection.Emit. Imagine that I want to have method signature
I want to use an applet to change a repository. To do this I
When I use SSMS to create an assembly dll, it generates a script like
What are some good tools you use to debug a .NET assembly load failure
I use MAF and I have a problem with activating the addin. Let me
I'm experimenting ideas around using AppDomain to manage some legacy code contains lots of
I have to use a class/assembly made in C# .NET from native C++ application.
I managed to use ILMerge to merge all the assemblies I have in my
In my current solution I have 18 projects and most of them have their
I do not understand maven. Better use ant, but... I've managed to create jar

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.