Search Results

0
votes
6answers
453 views

Delphi History - Source Control

After reading some posts here on the advantages of using source control for a single developer, it seems to me that the main advantage is that I will have backups of all changes to the source files …
2
votes
5answers
158 views

How to maintain slightly different software?

I have some projects that run on custom hardware. Now the hardware has changed, which required some software changes. Therefore, there is source A for "old hardware" and source B for "new hardware" …
1
vote
3answers
116 views

How to fix path-problem in Subversion

I have a subversion repository that was used with VisualSVN before. Code was committed using https: urls. Now the repository is used without VisualSVN, only with TortoiseSVN. The paths are now file …
0
votes

How to fix path-problem in Subversion

I found the solution in this post. Thanks for the answers. …