If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 09/Jun/11 08:48 AM
Updated: 19/Nov/13 04:21 AM
|
|
Component/s: |
None
|
Affects Version/s: |
3.1.45
|
Fix Version/s: |
None
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Currently subversion source control plug-in seems to support numeric revisions only. SVN client on the other hand supports also revisions like -r {2011-06-09}
It was actually possible to enter {2011-06-09} for revision and it did check out the right thing but failed with next build when it tried to get changes:
java.lang.NumberFormatException: For input string: "{2011-04-15}"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:410)
at java.lang.Long.parseLong(Long.java:468)
at com.pmease.quickbuild.plugin.scm.svn.SvnRepository.getChangesBetween(SvnRepository.java:565)
|
Description
|
Currently subversion source control plug-in seems to support numeric revisions only. SVN client on the other hand supports also revisions like -r {2011-06-09}
It was actually possible to enter {2011-06-09} for revision and it did check out the right thing but failed with next build when it tried to get changes:
java.lang.NumberFormatException: For input string: "{2011-04-15}"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:410)
at java.lang.Long.parseLong(Long.java:468)
at com.pmease.quickbuild.plugin.scm.svn.SvnRepository.getChangesBetween(SvnRepository.java:565)
|
Show » |
|