TortoiseSVN
You can use it to:- manage your own local projects in your file system (no SVN Server required this way since you are working alone);
- manage team shared projects using an SVN Server: you need to configure an SVN server for this and use the TortoiseSVN has a client (if you think you could just use a shared network directory - note that there is a high possibility that you'll get your data corrupted this way, has stated in the TortoiseSVN manual).
References:
- Tortoise Official site
- Official TortoiseSVN manual (multiple languages) (EN; PT)
Online documentation:
- Importing Data Into A Repository
- The Repository - Version Control for the Standalone Programmer: great article, per-project repository where each repository has a branch to different versions of the same project;
- Practical guide to subversion on Windows with TortoiseSVN
Couple of notes:
Concepts:- check in: submit/publish your changes into the repository;
- update: copies changes from the repository to your local copy;
- file:// para acesso directo ao repositório, numa unidade de rede ou local.
- http:// para cesso através do protocolo WebDAV a um servidor Apache consciente do Subversion.
- https:// O mesmo que http://
Sintaxe do URL:
file://hostname/path/to/repos
Para a máquina local, a parcela do URL hostname pode ser localhost ou ausente. Por esta razão os caminhos locais aparecem normalmente com três barras:
file:///path/to/repos.
if you need to access a different hd (ex. drive X) use this syntax:
file:///X:/path/to/repos
---
3.5. Aceder ao Repositório
Para usar o TortoiseSVN (ou qualquer outro cliente Subversion) necessitas de um local para os repositórios. Podes
armazená-los localmente e aceder a eles usando o protocolo file://, ou podes colocá-los num servidor e aceder
a eles com os protocolos http://
Se estiveres a usar um serviço publico de alojamento como o Google Code [http://code.google.com/hosting/] ou
o teu servidor já foi configurado por alguém, então não precisas de fazer mais nada.
SVN with Netbeans:
Guided Tour of SubversionCheck SVN on Netbeans: Right-Click a project node -> versioning -> svn
TODO
Sem comentários:
Enviar um comentário