tldr/pages.tr/common/git-svn.md

25 lines
611 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# git svn
> Bir alt sürüm deposu ve Git arasında çift yönlü operasyon.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-svn>.
- Bit SVN deposunu klonla:
`git svn clone {{https://ornek.com/altsürüm_deposu}} {{yerel_dizin}}`
- Bir SVN deposunu belirtilen düzenleme numarasından başlayarak klonla:
`git svn clone -r{{1234}}:HEAD {{https://svn.ornek.net/altsürüm/depo}} {{yerel_dizin}}`
- Uzak SVN deposundan yerel klonu güncelle:
`git svn rebase`
- Git HEAD'i değiştirmeden uzak SVN deposundan güncellemeleri çek:
`git svn fetch`
- SVN deposuna geri commit'le:
`git svn commit`