1
Today we are thinking of using a font version control for our projects.
We are using Delphi 7.
I wonder if anyone knows any source version control?
1
Today we are thinking of using a font version control for our projects.
We are using Delphi 7.
I wonder if anyone knows any source version control?
Browser other questions tagged delphi delphi-7 versioning
You are not signed in. Login or sign up in order to post.
Here where I work we use Tortoise. It’s free, but you should have an account in a repository, as it only manages to upload and download sources from the repository, generating code revisions each time you upload a new or changed source.
– Rodrigo Tognin
Suggested search http://answall.com/questions/tagged/versionamento
– Bacco
If you’re going to start, I suggest using Git. We use SVN as the main tool, and it has some bugs. Git works different from SVN, so it reads the link above the differences.
– Victor Tadashi