Guest User

Untitled

a guest
Jan 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. svn propset svn:ignore build . // Ignores the build folder.
  2. svn propedit svn:ignore . // Opens an editor.
  3.  
  4. $ git svn
  5. blame -- show what revision and author last modified each line of a file:
  6. branch -- create a branch in the SVN repository
  7. clone -- same as init, followed by fetch
  8. commit-diff -- commit diff of two tree-ishs
  9. create-ignore -- recursively finds the svn:ignore property and creates .gitignore files
  10. dcommit -- commit diffs from given head onto SVN repository
  11. fetch -- fetch revisions from the SVN remote
  12. find-rev -- output git commit corresponding to the given SVN revision's hash
  13. info -- show information about a file or directory
  14. init -- initialize an empty git repository with additional svn data
  15. log -- output SVN log-messages
  16. propget -- get a given SVN property for a file
  17. proplist -- list the SVN properties stored for a file or directory
  18. rebase -- fetch revs from SVN parent of HEAD and rebase current work on it
  19. set-tree -- commit given commit or tree to SVN repository
  20. show-externals -- show the subversion externals
  21. show-ignore -- output corresponding toplevel .gitignore file of svn:ignore
  22. tag -- create a tag in the SVN repository
Add Comment
Please, Sign In to add comment