Displaying 3 results from an estimated 3 matches for "branchurl".
2008 May 09
2
[LLVMdev] 2.3 Branch Creation TODAY!
LLVMers,
I will be creating the 2.3 release branch today at 9PM PDT. During that
time, commit access to SVN will be forbidden. I will send out mail shortly
before the branch creation, and once it has been completed.
Thanks,
Tanya
2008 May 09
0
[LLVMdev] 2.3 Branch Creation TODAY!
...tand this strict rule :-)
While I get it from a CVS perspective, in Subversion
this is simply overkill. For making a branch you simply
select a revision X, do a "svn -rX up", test,
if successful, you do "svn info ." and use the URL
to make a repo -> repo copy:
svn cp -rX URL BRANCHURL
that's it. Noone can spoil your work.
Cheers,
Gabor
>
> Thanks,
> Tanya
> _______________________________________________
> LLVM Developers mailing list
> LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2008 May 09
2
[LLVMdev] 2.3 Branch Creation TODAY!
...le I get it from a CVS perspective, in Subversion
> this is simply overkill. For making a branch you simply
> select a revision X, do a "svn -rX up", test,
> if successful, you do "svn info ." and use the URL
> to make a repo -> repo copy:
>
> svn cp -rX URL BRANCHURL
>
> that's it. Noone can spoil your work.
While you are correct is is not usually a problem, that assumes that I do
not check in any changes. If I check in X and someone checks in something
(Y) that should not go into the release, and then I check Z for the
release, I then have to dea...