|
From: David B. <bo...@wa...> - 2007-11-07 23:56:50
|
Le Wed, 7 Nov 2007 22:01:20 +0100, David Boucher <bo...@wa...> a =C3=A9crit : > Hi, >=20 > After asking the question to Alberto, he proposed me to ask it to the > list, just because Gustavo surely knows the answer :-) >=20 > I would like to have branches on the svn repository. It's not because > I want a new gadget but because I made many changes to the > numexp-core. Those big changes need other big changes, that need > other big ones... >=20 > So, my last version is very unstable and I don't want to commit it > directly. >=20 > My method at the moment is to play with many directories of the > numexp-core, but it becomes difficult to work with them. >=20 > So, if I could have a development branch, it would be simpler for > me. :-)... I think. >=20 > So, Gustavo, please, could you point us to a solution ? :-) >=20 > Thanks. > David. After googling a lot, I found people with the same difficulty on SVNForum.org, the answer was : * create trunks * create branches * create tags * move all the files and directories to trunk So it's done (after hesitations). Now, for people who wants to work with the svn version, you have to enter svn co https://numexp.org/svn/numexp-core/trunk numexp-core instead of svn co https://numexp.org/svn/numexp-core/ But, in a short time, we'll have also a very experimental version in the branches directory. Cheers. David. |