Smazání větve: Porovnání verzí

Z Freenetis Wiki
Přejít na: navigace, hledání
Řádek 1: Řádek 1:
 
[[en:Deleting branches]]
 
[[en:Deleting branches]]
Pokud je větev hotova a sloučená do hlavní větve, odstraníme ji z SVN příkazem:
+
[[ru:Удаление ветви]]
 +
If a branch is completed and merged into the main branch, remove it from the SVN command:
  
  svn delete --username=<váš login> <nowiki>svn+ssh://<váš login>@svn.code.sf.net/p/freenetis/code/freenetis/branches/<název větve>/</nowiki> -m "Větev mažu, protože už je hotová a sloučená do hlavní větve"
+
  svn delete https://freenetis.svn.sourceforge.net/svnroot/freenetis/freenetis/branches/branch_name -m "The branch is removed because it is integrated with the main branch"

Verze z 7. 6. 2014, 14:41

If a branch is completed and merged into the main branch, remove it from the SVN command:

svn delete https://freenetis.svn.sourceforge.net/svnroot/freenetis/freenetis/branches/branch_name -m "The branch is removed because it is integrated with the main branch"