Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 409 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 409 Bytes

Script Commands SVN

Incluir arquivos no trunk

$ svn add trunk/*

Editando arquivos existentes no trunk

$ svn stat

Tagging novas versões

$ svn cp trunk tags/{TAG}

Fazendo commit

$ svn ci -m "comment" --username your_username --password your_password

Deletando Tags

svn delete https://plugins.svn.wordpress.org/{PLUGIN}/tags/{TAG} -m "comment"