Monday, 15 February 2010

Git submodules as svn externals -


We have set libraries (C ++ class) in our SVN repository. I want to take them into the ball, but a problem has arisen. Now we include the projects as SVN Extnant in the form: ^ / classes / classdir1 @ 1234 class1 ^ / classes / classdir13 @ 81 other class

and so on.

In git I can not get the same functionality with the submodules because they do not repo the subdirectory; I was thinking of dividing those classes into their own repositories, but it is a headache I think that sometimes I use the "Interface" class located in each other's successor or other directory.

The version A of class X and the version C of the class Y and repo in those sections are in D and G - it is easy to do this in SVN How to do this in git mode?


No comments:

Post a Comment