2012/9/28 Carlos López González <[email protected]>: > If we go to separated repositories we can always create a super project that > embed both repositories using git submodules. I need to learn more git to > achieve that level. > ^__^
Yes, but from my opinion git-subtree approach is better: http://morevnaproject.org/2010/07/31/goodbye-git-submodule-hello-git-subtree/ But at the end it turned out that in morevna project we never have a need to merge repos. ^__^ K. > 2012/9/27 Carlos López González <[email protected]> >> >> If the repository is separated, how do we ensure that the synfig CLI is >> found?. Somehow the path to the synfig executable has to be provided. >> Give it manually? >> I understand the need of separate the legacy image files but it would be >> easier to render the tests using make test in the synfig folder form the >> source code. >> Carlos >> >> 2012/9/27 Konstantin Dmitriev <[email protected]> >>> >>> 2012/9/27 Diego Barrios Romero <[email protected]>: >>> > About putting the test files in a separate repository, for me is ok but >>> > I >>> > don't see any reason why not including the test files in our repository >>> > in >>> > the future, so we can include the "tests" objetive in the makefile for >>> > easier testing. >>> The reason is that test files will grow repository much bigger and >>> that's is not desirable for users who wants to have sources only. With >>> separate repository is not a problem to have their own Makefiles with >>> "test" objective. >>> K. >>> >>> -- >>> http://morevnaproject.org/ >>> >>> >>> ------------------------------------------------------------------------------ >>> Everyone hates slow websites. So do we. >>> Make your web apps faster with AppDynamics >>> Download AppDynamics Lite for free today: >>> http://ad.doubleclick.net/clk;258768047;13503038;j? >>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html >>> _______________________________________________ >>> Synfig-devl mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/synfig-devl >> >> >> >> >> -- >> Carlos >> http://synfig.org >> > > > > -- > Carlos > http://synfig.org > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Synfig-devl mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/synfig-devl > -- http://morevnaproject.org/ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
