You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is not clear how the tool would checkout a repo for SVN with following parameters.
To replace svn-external by a record in the vcstool repo configuration file, I have to somehow translate 2 revisions into vcstool format. The PEG revision AND the OPERATIVE revision, which can be used, for example, to fixate an external to a particular revision in a tag (on a date of the commit the tag is created from/for).
Why this has a sense? Because in SVN you can fixate an external repository revision as a date of a parent repository revision. How that translate into the vcstool?
The text was updated successfully, but these errors were encountered:
I am looking for git/svn complete replacement.
Is not clear how the tool would checkout a repo for SVN with following parameters.
To replace svn-external by a record in the vcstool repo configuration file, I have to somehow translate 2 revisions into vcstool format. The
PEG
revision AND theOPERATIVE
revision, which can be used, for example, to fixate an external to a particular revision in a tag (on a date of the commit the tag is created from/for).Documentation: https://svnbook.red-bean.com/en/1.6/svn.advanced.pegrevs.html
The SVN revisions format for an external:
I can convert 2 revisions into 1 manually, using the documented algorithm in the SVN book. But nevertheless the SVN can use a date as a revision:
Why this has a sense? Because in SVN you can fixate an external repository revision as a date of a parent repository revision. How that translate into the vcstool?
The text was updated successfully, but these errors were encountered: