dev@javaserverfaces.java.net

Re: CVS HEAD -> SVN migration completed...mostly

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 04 Apr 2008 09:17:58 -0700

An updated version of content for ~/.subversion/config (thanks Doug for
pointing out the
mime type stuff). I think this covers it for our repository. If this
looks ok, I'll be adding this
to the wiki.

===================================================

[miscellany]
enable-auto-props = yes

[auto-props]
*.java = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
*.txt = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
*.properties = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
*.xml = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.classpath = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.project = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.xul = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.xsl = svn:mime-type=text/xsl;svn:eol-style=native;svn:keywords=Id
*.html = svn:mime-type=text/html;svn:eol-style=native;svn:keywords=Id
*.css = svn:mime-type=text/css;svn:eol-style=native;svn:keywords=Id
*.bat = svn:mime-type=text/plain;svn:eol-style=native;svn:executable
*.sh =
svn:mime-type=text/plain;svn:eol-style=native;svn:executable;svn:keywords=Id
*.jsp = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
*.jspx = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.xsd = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.dtd = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
*.tld = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Id
*.mdl = svn:mime-type=application/octet-stream
*.zuml = svn:mime-type=application/octet-stream
*.psd = svn:mime-type=application/octet-stream
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
*.jpeg = svn:mime-type=image/jpeg
*.gif = svn:mime-type=image/gif
*.jar = svn:mime-type=application/octet-stream
### catch-all for files in all caps (e.g. LICENSE)
[A-Z]* = svn:mime-type=text/plain;svn:eol-style=native


Ryan Lubke wrote:
> Hey folks,
>
> The conversion of the CVS HEAD (active JSF 2.0 development) has been
> converted to Subversion.
>
> The repository can be checked out using the following command:
>
> svn co https://mojarra.dev.java.net/svn/mojarra/trunk mojarra
>
> So, going forward, all 2.0 development will be in subversion, and
> any 1.1/1.2 sustaining will remain in CVS. This does make it a pain
> when porting fixes from 1.2 to 2.0, however, I hope that this is
> temporary (
> I need to experiment more with the migration tool's handling of
> branches).
>
>
> There are some items I'd like to get feedback on.
>
> 1. java.net accounts. I think the best option going forward
> is to only add individual developer accounts (i.e. those folks
> with commit access), and then have the guest account
> available for anonymous checkout.
> 2. svn auto-props. It seems this is a useful feature so that
> files will have line endings for their platform (prevent
> ^M on unix as an example)
>
> Here is an example configuration I "borrowed":
>
> [miscellany]
> enable-auto-props = yes
>
> [auto-props]
> *.java = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.jsp = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.css = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.htm = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.html = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.xml = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.xsl = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.dtd = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.xsd = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.txt = svn:eol-style=native;svn:keywords=Date Author Id Revision
> *.properties = svn:eol-style=native;svn:keywords=Date Author Id
> Revision *.tld = svn:eol-style=native;svn:keywords=Date Author Id
> Revision
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>