Sylvain Wallez wrote:
Nicola Ken Barozzi wrote:...
For this I need a branch, as I don't want to break anything and in the same time I want all to see what is happening with the progress. Actually this is why I asked for switching to SVN in the first place.
Why do you need a branch? Just name the new Ant file "new-build.xml" and it can live beside the current one.
This has at least two benefits:
- doesn't need a separate checkout to use it (meaning more people will look at it)
- allow people to use the two builds on the same code base to make a comparison.
Note that I have nothing against the move to SVN. I just find branching overkill for this problem.
I will be creating a build file for each block and other files, and didn't want people get confused about which files are for the test and which are the real builds.
But your comment about "doesn't need a separate checkout to use it" is important. It's true that with SVN users can simply 'switch' the repo, but not many would do it probably...
So, if nobody objects, I'll go with your suggestion and keep these alongside the current ones. :-)
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------