Re: How to set trunk to be the same as a specific tag?

2024-11-30 Thread Nathan Hartman
On Sat, Nov 30, 2024 at 4:27 PM Bo Berglund wrote: > I keep a set of utilities in svn so they can be easily exported to a > process > using the utilities and files. > > Now I have the following problem: > > There are a set of tagged versions of a utility residing in svn as > utilities/utilityname

Re: How to set trunk to be the same as a specific tag?

2024-11-30 Thread Ryan Carsten Schmidt
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 canbe 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 u

How to set trunk to be the same as a specific tag?

2024-11-30 Thread Bo Berglund
I keep a set of utilities in svn so they can be easily exported to a process using the utilities and files. Now I have the following problem: There are a set of tagged versions of a utility residing in svn as utilities/utilityname/tags/ |/rev1 |/rev2 |/rev3 |..etc I would like to make ut