简体   繁体   中英

Tag SVN Repository with SVN.exe at Command Line

I was looking through the various invocations of svn.exe but I'm not seeing a way to tag a repository at the command line. Does anyone know of a command to do that?

A "tag" is just a directory copied from another directory, and (by convention) placed in a "tags" directory.

So the command you are looking for is just svn copy .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM