similar to: SVN ''stable'' branch missing

Displaying 20 results from an estimated 100000 matches similar to: "SVN ''stable'' branch missing"

2006 Sep 04
0
'Testing' branch will supercede 'Stable' in SVN
Folks, When we migrated from CVS to SVN, we brought along both the Testing and Stable branches. However, since SVN allows us to create a snapshot of an entire branch for a release, the Stable branch is somwhat redundant (since we would have to do an extra 'svn merge' to put changes there). After discussing this with Arnaud, and noting that nothing has been committed to 'Stable'
2011 Oct 31
1
New integration branch for btrfs-progs
All - I''ve put together a new integration branch based on Chris''s new master. This includes the userspace patches for qgroups, restriper, and Josef''s restore utility, plus a bunch of other things with mostly minor impact. The shortlog is attached at the end of this email. As always, it''s available from:
2014 Jul 22
3
[LLVMdev] Policy and advise for working with LLVM release branch with git-svn
Hi, I noticed that the LLVM 3.5 release branch landed recently. I have a few patches (these are all part of my recent work to fix up the CMake interface) that I'd like in both LLVM3.5 release branch and trunk that I'd like to commit Is there any policy on how should do this be done, or can I just commit the patch to both trunk and then the release branch with identical commit messages?
2006 Jun 06
1
Re: [nut-commits] svn commit r430 - in branches/Testing: . docs drivers man
On 6/6/06, Carlos Rodrigues wrote: > Author: carlosefr-guest > Date: Tue Jun 6 21:16:30 2006 > New Revision: 430 > > Added: > branches/Testing/docs/megatec.txt > branches/Testing/drivers/megatec.c > branches/Testing/drivers/megatec.h > branches/Testing/man/megatec.8 Just a note on adding drivers to the Testing branch: if you use 'svn copy' instead
2012 Jan 11
0
Missing files on windows_port branch
I think this trunk-to-branch interior merge should be clean, but the merge logic correctly identifies some missing files in the reposurgeon output (checked in -pre7 and -pre4). They are in SVN on that branch, though (ignoring .gitignore for the time being). I only see one java file in scripts/java/jNut/src/main/java/org/networkupstools/jnut/ from reposurgeon.
2007 Sep 13
0
[LLVMdev] LLVM 2.1 Release Branch Created!
Hi Tanya, Thanks for creating the branch! What's the procedure for getting a patch into it? There might be one that I need to get in this week... Thanks! -bw On Sep 12, 2007, at 9:52 PM, Tanya Lattner wrote: > LLVMers, > > The LLVM 2.1 release branches have been created! Over the next 2 > days, I will be generating the pre-release tar balls. I will send out > mail once I
2010 Mar 15
1
[nut-commits] svn commit r2402 - in branches/svn-auto-changelog: . tools
On Mar 15, 2010, at 8:40 AM, Charles Lepple wrote: > Author: clepple-guest > Date: Mon Mar 15 12:40:49 2010 > New Revision: 2402 > URL: http://boxster.ghz.cc/projects/nut/changeset/2402 > > Log: > Generate ChangeLog with svn2cl. > > This commit removes the manually-generated ChangeLog, and adds the > authors file > necessary to map SVN usernames to full names.
2006 Apr 10
1
Tracking 1.1.x release using svn:externals?
Now that Rails is doing regular updates to 1.1.x branch, is it possible to track the this release using svn:externals inside my app? Currently I have: rails http://dev.rubyonrails.org/svn/rails/tags/rel_1-1-1/ in my vendor directory. Can I change this to something like a wildcard ''rel_1-1-x'', ensuring that I always have the latest of the stable 1.1 branch? Cheers! Tom
2013 Jan 01
2
[LLVMdev] Git-Svn commit?
On 1 January 2013 00:52, Sean Silva <silvas at purdue.edu> wrote: > Basically, once you are set up with git-svn (see > <http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-git-svn>), > all you have to do is `git svn dcommit`. Oh, the docs do mention "dcommit" en passant, but nothing explicit. > 1. checkout master and pull from origin. > 2.
2013 Jan 01
0
[LLVMdev] Git-Svn commit?
On Mon, Dec 31, 2012 at 6:09 PM, Renato Golin <rengolin at systemcall.org> wrote: >> 1. checkout master and pull from origin. >> 2. rebase stuff to be committed onto master. > > Can you commit directly from branches? Or do you have to merge to > master to commit? I believe that what git-svn does is commit everything in your branch that isn't in mainline (i.e.
2008 Dec 17
1
keeping branches in sync (was Re: [nut-commits] svn commit r1631 - branches/Experimental)
On Tue, Dec 16, 2008 at 3:27 PM, Arjen de Korte <adkorte-guest at alioth.debian.org> wrote: > Author: adkorte-guest > Date: Tue Dec 16 20:27:44 2008 > New Revision: 1631 > > Log: > Create an 'experimental' branch for changes that should > not be in the next stable release One potential problem with this is that it is easy for the branches to get out of sync with
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2006 Feb 22
5
svn externals and Edge Rails
Hi all: I am considering using edge rails so I can use join tables. I want to use svn:externals to manage edge rails, however I want to understand it more before I go and set everything up. so everytime I commit my app it will pull the most recent version of rails from the svn repository, right? What if the current version of rails is unstable, is there a way to rollback edgerails and NOT my app?
2006 Oct 17
3
svn commits and other administrivia
Roy Sutton wrote: > I think commit e-mails are getting rejected by mailman. Here are the > instructions from RubyForge''s FAQ: I have not received any bounce messages, and I couldn''t find any evidence of svn message bounces within the mailman admin pages. But I followed the instructions anyway, so whether svn has been getting bounces, or isn''t yet properly
2007 May 21
2
new_ctxt_format in xc_linux_restore?
Guess following lines as typo since new context format is used to support fast suspend with online vcpu context saved in image file: if ( !new_ctxt_format ) <--- Opposite should be used here??? ctxt.flags |= VGCF_online; Or do I misunderstand save/restore logic? Also interested why smp restore works if a true typo above. :-) Thanks, Kevin
2007 Sep 13
2
[LLVMdev] LLVM 2.1 Release Branch Created!
LLVMers, The LLVM 2.1 release branches have been created! Over the next 2 days, I will be generating the pre-release tar balls. I will send out mail once I am done and then the community pre-release testing will begin. I'll also be sending out detailed instructions and the release schedule. Full svn access is restored. Thanks for your patience! Thanks, Tanya Lattner
2008 Jan 17
0
[LLVMdev] 2.2 Release branch created!
LLVMers, The LLVM 2.2 release branches have been created! Over the next 2 days, I will be generating the pre-release tar balls. I will send out mail once I am done and then the community pre-release testing will begin. I'll also be sending out detailed instructions and the release schedule. As a reminder, please do not commit patches to the release branch. Please email me with a
2006 Nov 28
1
[LLVMdev] moving to svn?
On 11/27/06, Scott Michel <scottm at rushg.aero.org> wrote: > Anton Korobeynikov wrote: > >>the official cutover. Granted, you might need darcs to pull the current > >>version out of its repo, since it was originally designed with darcs in > >>mind. > > > > I can confirm, that tailor converts LLVM CVS with all history preserved > > to mercurial
2012 Nov 15
0
[LLVMdev] svn mirror git?
Greg Fitzgerald <garious at gmail.com> writes: >> I've yet to see anyone propose this. Oh, many people have proposed using git's features. > Then I'll be the first.  :) > > The benefit is that the review process would require no file copies or > email attachments, shorter email conversations, no copying code during > reviews to simulate inline comments,
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
Dear all I''ve gotten into the habit of including SVN headers in my templates, etc so it is easy to see where the file installed into /etc/puppet/ came from. Furthermore, we use svn cp to create release branches. Therefore, you''ll see something like this: # $Id: dumpadm.conf 1239 2007-10-23 16:04:06Z sa_dewha $ # $URL: