Olá pessoal
Eu estava tentando usar o CVS aki localmente na minha maquina, acabei achando a seguinte ferramenta TortoiseCVS que parece ser muito mais amigavel, fiz o que esta no FAQ deles:
How do I set up a personal repository to use without a server?You don’t need any other software installed to make a local repository. Simply follow these steps:
- Prepare a folder with the files you want under version control.
- Right click on the folder and choose Make New Module from the CVS submenu.
- Select the “Locally mounted directory” protocol.
- In the directory section, enter where you would like your repository to be.
- After selecting OK, you will be asked to confirm creation of a new repository. Select the checkbox to confirm this, and click OK.
- You can now add the files within your folder to CVS, and work with it as described in the User’s Guide.
TortoiseCVS can also offer to initialise a new repository on a remote server, provided you have permissions.
Mas me é retornado o seguinte erro:
cvs init: Couldn’t open default trigger library: No such file or directoryError, CVS operation failed
In C:\DOCUME~1\Thiago\CONFIG~1\Temp\TortoiseCVS make new module temp: “C:\Arquivos de
programas\CVSNT\CVSNT Tools\cvs.exe” -q init
CVSROOT=:local:/SystemManagercvs init: Couldn’t open default trigger library: No such file or directory
O que eu fiz de errado?