[jboss-jira] [JBoss JIRA] Updated: (JBBUILD-565) Upload in SVN with webdav doesn't set SVN properties
Arnaud Heritier (JIRA)
jira-events at lists.jboss.org
Fri Oct 9 11:10:07 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBUILD-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arnaud Heritier updated JBBUILD-565:
------------------------------------
Affects Version/s: JBoss Parent POM - 5.0-beta-3
(was: JBoss Parent POM - 5.0-beta-4)
> Upload in SVN with webdav doesn't set SVN properties
> ----------------------------------------------------
>
> Key: JBBUILD-565
> URL: https://jira.jboss.org/jira/browse/JBBUILD-565
> Project: JBoss Build System
> Issue Type: Bug
> Components: JBoss Parent POM
> Affects Versions: JBoss Parent POM - 5.0-beta-3
> Reporter: Arnaud Heritier
> Assignee: Arnaud Heritier
> Fix For: JBoss Parent POM - 5.0-beta-4
>
>
> t looks like the deployment straight to the Maven repo has some issues.
> All JARs are uploaded as text files instead of binaries. You can see this with the following commands:
> With jboss-parent 5-beta-2, we do a local upload and a manual commit in SVN. It works :
> $ svn propget svn:mime-type
> http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/org/gatein/mop/mop-api/1.0.0-Beta03/mop-api-1.0.0-Beta03.jar
> > application/octet-stream
> With jboss-parent 5-beta-3, we directly upload in SVN with webdav :
> $ svn propget svn:mime-type
> http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/org/gatein/mop/mop-api/1.0.0-Beta08/mop-api-1.0.0-Beta08.jar
> > (Returns nothing which means text file)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list