Re: How to set trunk to be the same as a specific tag?
Ryan Carsten Schmidt <[email protected]> Sat, 30 Nov 2024 20:04:49 -0600
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <[email protected]> |
On Nov 30, 2024, at 15:27, Bo Berglund wrote: Then if a new version of a utility emerges then an import to a new tag name can be made of the new utility with files and then repoint trunk to that tag. Is this possible? It sounds like you're thinking about this in the reverse of the way that subversion usually works. Usually the latest code appears in trunk first. Then it is copied from there to a tag when it is considered stable. Here you are speaking of third-party software rather than something you developed yourself but the idea is similar. This section of the book is applicable: Vendor Branches svnbook.red-bean.com https://svnbook.red-bean.com/en/1.8/svn.advanced.vendorbr.html When I managed vendor branches in my repositories before I used this script: subversion/contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in at trunk ยท apache/subversion github.com I don't see that script mentioned in that book section anymore so I don't know if its use has been superseded by other built-in subversion features now.
subversion.png
(image/png, 70.2 KB) - not displayed