Subversion Question
-
I have a tag for my last released version of software. Prior to this, a branch was created. After the last release, it was said no more of that version and the branch was merged into the trunk. As it turns out, we need to make another release of that version. What is the correct way to accomplish this? Do I make a tag of that tag or something else?
-
I have a tag for my last released version of software. Prior to this, a branch was created. After the last release, it was said no more of that version and the branch was merged into the trunk. As it turns out, we need to make another release of that version. What is the correct way to accomplish this? Do I make a tag of that tag or something else?
Use GIT. Whenever I asked a VSS question, the majority of replies were "switch to SVN". This is my chance to get back at you all! Muhahahahhahahahacoughsputterhahahaha!
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server. -
Use GIT. Whenever I asked a VSS question, the majority of replies were "switch to SVN". This is my chance to get back at you all! Muhahahahhahahahacoughsputterhahahaha!
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server. -
I have a tag for my last released version of software. Prior to this, a branch was created. After the last release, it was said no more of that version and the branch was merged into the trunk. As it turns out, we need to make another release of that version. What is the correct way to accomplish this? Do I make a tag of that tag or something else?
Restore from a backup? :-D
-
steep ugly learning curve, unfriendly tools, but becoming fun to use. (...if you have someone to ask for help when it "does strange things" )
Agh! Reality! My Archnemesis![^]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server. -
I have a tag for my last released version of software. Prior to this, a branch was created. After the last release, it was said no more of that version and the branch was merged into the trunk. As it turns out, we need to make another release of that version. What is the correct way to accomplish this? Do I make a tag of that tag or something else?
-
Maybe I explained it poorly. Let's say I have versions 1.0, 1.1, and 1.2. During 1.2 development in trunk, 1.1 was branched out for 2.0. Once 1.2 was final, it was tagged. This was suppose to be the last ever version for the 1.x series. 2.0 was then merged back into trunk and there has been changes since. I now need to make a 1.3.
-
Maybe I explained it poorly. Let's say I have versions 1.0, 1.1, and 1.2. During 1.2 development in trunk, 1.1 was branched out for 2.0. Once 1.2 was final, it was tagged. This was suppose to be the last ever version for the 1.x series. 2.0 was then merged back into trunk and there has been changes since. I now need to make a 1.3.