English 中文(简体)
v 树木结构
原标题:svn tree structure advise

I have inherited a big project which isn t under any version control. The project is big: around: 9000 files & 600 directories, so We should keep the structure even if it isn t organized the svn way.

结构如下:

-Src
   -Common
   -Help
   -Lib
   -TheProject
     -main.pas
     -more-files.pas
     -Engine.A
     -Engine.B
     -Engine.C

     -Common
     -Utils
   -SomeMore
   -SomeMore

For some customers we use Engine.A, for others Engine.B, etc... Before we do any progress we rename Engine.A to Engine --> develope --> compile -->rename back to Engine.A. Same for all other engines folders.

Any suggestion how to work that out? Please note: Each engine only change about 10% of the files, so branch will be a lot of work on.

问题回答

官方svn book

关于分行和合并的章节应当令人感兴趣,并提供一些指导。





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签