当前位置:网站首页>Svn correlation

Svn correlation

2022-06-26 04:21:00 Scholar and

One :svn Version library replacement ip

1: Local svn Relocate changes ip that will do
2:linux Server svn Relocate the repository address
1):【svn switch --relocate # Old address # New address 】
2): If you need to enter a password, enter the server connection for the first time root password , Second input svn User name, password
3): If the commit code transaction cannot be completed , Because the server SSL Set up IP And user access restrictions ( Because of the replacement of ip So we need to put the new ip Add to hosts.allow In file )

Two :svn Main branch merging problem

1: Ensure that the branch code version number is newer than the trunk code version number
2: Right click on the trunk and select merge , Choose to merge a version range
3: Merge source is branch address , The working copy is the trunk address , Confirm the merge

3、 ... and :windows Next svn Service version

1:Users Right click Create User Create user
2:Groups Right click Create Group Create user group
3:Repositories Project directory
4: Item right click Properties Set item properties ( If... Is used on the server svn up Command error , Check whether the user permissions are set )
5:Add Add users ,Remove Delete user
6:No Accesss Blocking access
7:Read Only Read only permission
8:Read/Write read-write permission
9:svn The user password is also required when the trigger hook is written to the server , If you delete this user , You need to replace the user name used by the hook
1): Log in to the server where the server project is located
2): find /root/.subversion/auth Folder deletes all files in the directory
3): Item input found svn up command , Enter the new hook user name and password according to the prompt

原网站

版权声明
本文为[Scholar and]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202180533334162.html