I agree with sebb. There has been a convention for naming tags in CSV (I
adopted the naming schema from [lang] when I released CSV 1.0). I cannot
remember that we've discussed changing the schema, so please stick to it.

2014-11-27 3:05 GMT+01:00 sebb <seb...@gmail.com>:

> On 26 November 2014 at 22:15, Gary Gregory <garydgreg...@gmail.com> wrote:
> > On Wed, Nov 26, 2014 at 2:27 PM, sebb <seb...@gmail.com> wrote:
> >
> >> On 26 November 2014 at 13:23, Gary Gregory <garydgreg...@gmail.com>
> wrote:
> >> > On Wed, Nov 26, 2014 at 5:33 AM, Benedikt Ritter <brit...@apache.org>
> >> wrote:
> >> >
> >> >> Hi Gary,
> >> >>
> >> >> please remember to create a release tag. Currently we only have the
> >> 1.1-RC1
> >> >> tag. Further more we should agree on a naming schema:
> >> >>
> >> >> $ svn list https://svn.apache.org/repos/asf/commons/proper/csv/tags
> >> >> 1.1-RC1/
> >> >> CSV_1.0/
> >> >> CSV_1.0_RC1/
> >> >> CSV_1.0_RC2/
> >> >> CSV_1.0_RC3/
> >> >>
> >> >
> >> > I created the tag
> >> > https://svn.apache.org/repos/asf/commons/proper/csv/tags/1.1/, good
> >> catch.
> >> >
> >> > I do not see the point of have "cvs" twice in the tag, so I use the
> >> format
> >> > above.
> >>
> >> -1, please follow the original convention.
> >>
> >> By default if you check out a tag, SVN creates a directory with the
> >> name of the tag.
> >>
> >> If the component name is not included in the tag name, then it's
> >> impossible to distinguish CSV 1.1 from LANG 1.1 etc.
> >>
> >
> > That's just the personal style of your checkouts isn't it?
> >
> > Mine is:
> >
> > cd commons-foo/tags/
> > svn co URL
> >
> > Tomato, Tomato.. ;-)
>
> It's a lot simpler to do:
>
> svn co URL
> cd CSV_1.0
>
> especially if one is checking out several tags.
>
> > Gary
> >
> >
> >>
> >> > Gary
> >> >
> >> >
> >> >>
> >> >> thanks,
> >> >> Benedikt
> >> >>
> >> >> 2014-11-23 1:30 GMT+01:00 Gary Gregory <ggreg...@apache.org>:
> >> >>
> >> >> > The Apache Commons CSV team is pleased to announce the 1.1 release!
> >> >> >
> >> >> > The Apache Commons CSV library provides a simple interface for
> reading
> >> >> and
> >> >> > writing
> >> >> > CSV files of various types.
> >> >> >
> >> >> > This is our second release.
> >> >> >
> >> >> > Changes in this version include:
> >> >> >
> >> >> > New features:
> >> >> > o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg
> >> >> methods.
> >> >> > o [CSV-131] Save positions of records to enable random access.
> Thanks
> >> to
> >> >> > Holger Stratmann.
> >> >> > o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata.
> >> >> >
> >> >> > Fixed Bugs:
> >> >> > o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with
> >> >> > CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic.
> >> >> > o [CSV-130] CSVFormat#withHeader doesn't work well with
> #printComment,
> >> >> add
> >> >> > withHeaderComments(String...). Thanks to Sergei Lebedev.
> >> >> > o [CSV-128] CSVFormat.EXCEL should ignore empty header names.
> >> >> > o [CSV-132] Incorrect Javadoc referencing
> >> >> org.apache.commons.csv.CSVFormat
> >> >> > withQuote(). Thanks to Sascha Szott.
> >> >> >
> >> >> > Changes:
> >> >> > o [CSV-124] Improve toString() implementation of CSVRecord. Thanks
> to
> >> >> > Kalyan.
> >> >> > o [CSV-134] Unified parameter validation. Thanks to wu wen.
> >> >> >
> >> >> > For complete information on Commons CSV, including instructions on
> >> how to
> >> >> > submit bug reports, patches, or suggestions for improvement, see
> the
> >> >> Apache
> >> >> > Commons CSV website:
> >> >> >
> >> >> > Site: http://commons.apache.org/proper/commons-csv/
> >> >> >
> >> >> > Download: http://commons.apache.org/csv/download_codec.cgi
> >> >> >
> >> >> > Happy Coding!
> >> >> > Happy Thanksgiving!
> >> >> > Gary Gregory on behalf of the Apache Commons CSV team
> >> >> >
> >> >> > --
> >> >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> >> > 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
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> http://people.apache.org/~britter/
> >> >> http://www.systemoutprintln.de/
> >> >> http://twitter.com/BenediktRitter
> >> >> http://github.com/britter
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> > 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
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to