Thanks, Ralph. I'll move the experimental code to a feature branch.
On 17 April 2014 12:27, Paul Benedict <[email protected]> wrote: > If you want to retroactively create a branch, and you're doing Eclipse, > simply show the project's SVN history; then select create a branch at the > revision you want to split from. > > > On Thu, Apr 17, 2014 at 1:16 PM, Ralph Goers > <[email protected]>wrote: > >> Google “svn move”. >> >> Ralph >> >> >> On Apr 17, 2014, at 10:33 AM, Matt Sicker <[email protected]> wrote: >> >> I know how to create one, but not retroactively. >> >> >> On 17 April 2014 10:11, Ralph Goers <[email protected]> wrote: >> >>> Matt, >>> >>> Creating a branch in subversion is trivial. A quick google would give >>> you the answer to that. >>> >>> Everyone - Do we already have a sandbox? >>> >>> Ralph >>> >>> On Apr 17, 2014, at 6:29 AM, Matt Sicker <[email protected]> wrote: >>> >>> I'm not very good at subversion. I just put it in the trunk. If someone >>> could move it to a branch, that would be great. Same goes for the >>> experimental log4j-camel module I started yesterday. >>> >>> >>> On 17 April 2014 06:49, Gary Gregory <[email protected]> wrote: >>> >>>> Now I am confused. I thought we decided to keep this in a branch, I >>>> could >>>> be wrong since there have been many back and forths. As of now, this >>>> means >>>> it will be released in 2.0. If so, why is it not in the core or api >>>> module? >>>> >>>> Gary >>>> >>>> >>>> On Mon, Apr 14, 2014 at 11:45 PM, <[email protected]> wrote: >>>> >>>> > Author: mattsicker >>>> > Date: Tue Apr 15 03:44:59 2014 >>>> > New Revision: 1587396 >>>> > >>>> > URL: http://svn.apache.org/r1587396 >>>> > Log: >>>> > Add log4j-streams module. >>>> > >>>> > - See LOG4J2-547 >>>> > - Thanks to Bruce Brouwer for the patch! >>>> > - Added finals everywhere to said patch. >>>> > >>>> > Added: >>>> > logging/log4j/log4j2/trunk/log4j-streams/ (with props) >>>> > logging/log4j/log4j2/trunk/log4j-streams/pom.xml (with props) >>>> > logging/log4j/log4j2/trunk/log4j-streams/src/ >>>> > logging/log4j/log4j2/trunk/log4j-streams/src/main/ >>>> > logging/log4j/log4j2/trunk/log4j-streams/src/main/java/ >>>> > logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/ >>>> > logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/ >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/ >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/ >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/ >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/ByteStreamLogger.java >>>> > (with props) >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/CharStreamLogger.java >>>> > (with props) >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/LoggerBufferedInputStream.java >>>> > (with props) >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/LoggerBufferedReader.java >>>> > (with props) >>>> > >>>> > >>>> logging/log4j/log4j2/trunk/log4j-streams/src/main/java/org/apache/logging/log4j/streams/LoggerInputStream.java >>>> > (with props) >>>> > >>>> > >>>> >>>> ----- Message truncated ----- >>>> >>>> >>>> >>>> >>>> -- >>>> E-Mail: [email protected] | [email protected] >>>> Java Persistence with Hibernate, Second >>>> Edition<http://www.manning.com/bauer3/> >>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> >>>> Spring Batch in Action <http://www.manning.com/templier/> >>>> Blog: http://garygregory.wordpress.com >>>> Home: http://garygregory.com/ >>>> Tweet! http://twitter.com/GaryGregory >>>> >>> >>> >>> >>> -- >>> Matt Sicker <[email protected]> >>> >>> >>> >> >> >> -- >> Matt Sicker <[email protected]> >> >> >> > > > -- > Cheers, > Paul > -- Matt Sicker <[email protected]>
