How to properly create an SVN tag from trunk?

前端 未结 9 1611
挽巷
挽巷 2021-01-29 17:04

I am creating my first project in Subversion. So far I have

 branches
 tags
 trunk

I think I immediately need to make branches singular and sta

9条回答
  •  不知归路
    2021-01-29 17:48

    svn copy http://URL/svn/trukSource http://URL/svn/tagDestination -m "Test tag code" 
      $error[0].Exception | Select-object Data
    

    All you have to do change URL path. This command will create new dir "tagDestination". The second line will be let know you the full error details if any occur. Create svn env variable if not created. Can check (Cmd:- set, Powershell:- Get-ChildItem Env:) Default path is "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe"

提交回复
热议问题