Edward L. Fox wrote:
On 5/10/07, Gautam Iyer <[EMAIL PROTECTED]> wrote:
[...]
> I've a question, though: isn't bleeding-edge development done in
> https://svn.sourceforge.net/svnroot/vim/trunk ? That /would/ be the
> appropriate line for the latest sources, right?
I don't know. I'm still asking Bram for the latest sources. Currently,
trunk and 7.1 branch will be the same.
As for me there is actually no 7.1 branch, as there is no separate
development on the main branch and the 7.1 branch.
As Vim is developed linearly all the source should go into trunk
directory and at the moment a new version is announced this version
should be tagged.
Branch would need to be created if someone will be developing some big
change that will require a stable base, like 7.0 release, and this
change will be developed separately and in parallel with the main branch.