Akses ke Repositori

To use TortoiseSVN (or any other Subversion client), you need a place where your repositories are located. You can either store your repositories locally and access them using the file:// protocol or you can place them on a server and access them with the http:// or svn:// protocols. The two server protocols can also be encrypted. You use https:// or svn+ssh://, or you can use svn:// with SASL.

Jika Anda menggunakan layanan hosting publik seperti Google Code citetitle> ulink> atau server Anda telah setup oleh orang lain maka tak ada lagi yang perlu Anda lakukan. Bergerak kepada .

If you don't have a server and you work alone, or if you are just evaluating Subversion and TortoiseSVN in isolation, then local repositories are probably your best choice. Just create a repository on your own PC as described earlier in Bab 3, Repositori. You can skip the rest of this chapter and go directly to Bab 4, Bimbingan Penggunaan Harian to find out how to start using it.

Jika Anda berpikir tentang pengaturan multi-user repositori pada jaringan berbagi, pikirkan lagi. Baca “Accessing a Repository on a Network Share” untuk mencari tahu mengapa kami pikir ini adalah ide yang buruk. Menyiapkan server tidak sesulit kedengarannya, dan akan memberikan keandalan yang lebih baik dan mungkin juga kecepatan.

The next sections are a step-by-step guide on how you can set up such a server on a Windows machine. Of course you can also set up a server on a Linux machine, but that is beyond the scope of this guide. More detailed information on the Subversion server options, and how to choose the best architecture for your situation, can be found in the Subversion book under Server Configuration.