[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-22 Thread ben.zimmer...@brandingbrand.com (JIRA)














































Ben Zimmerman
 commented on  JENKINS-777


The need for Subversion command line options.















Is there a planned release date for Subverion Plugin v1.45, which contains this fix? On the wiki page, it only indicates "Upcoming" for v1.45.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-22 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-777


The need for Subversion command line options.















I just did the release. Should be available in the update center soon.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-777


The need for Subversion command line options.















Code changed in jenkins
User: Peter Ross
Path:
 src/main/java/hudson/scm/SubversionSCM.java
 src/main/java/hudson/scm/subversion/CheckoutUpdater.java
 src/main/java/hudson/scm/subversion/UpdateUpdater.java
 src/main/java/hudson/scm/subversion/UpdateWithRevertUpdater.java
 src/main/java/hudson/scm/subversion/WorkspaceUpdater.java
 src/main/resources/hudson/scm/SubversionSCM/config.jelly
 src/main/resources/hudson/scm/SubversionSCM/help-depthOption.html
 src/main/resources/hudson/scm/SubversionSCM/help-ignoreExternalsOption.html
 src/test/java/hudson/scm/SubversionSCMTest.java
 src/test/resources/hudson/scm/JENKINS-777.zip
http://jenkins-ci.org/commit/subversion-plugin/e591847a3d51493fe84d84cfaaa4205952e7b50b
Log:
  JENKINS-777 Add ability to set depth and ignore externals for a svn module.

This is based on the commit b2ac2f82a of the hudson subversion plugin.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-02 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-777


The need for Subversion command line options.















Code changed in jenkins
User: Christoph Kutzinski
Path:
 src/main/java/hudson/scm/SubversionSCM.java
 src/main/java/hudson/scm/subversion/CheckoutUpdater.java
 src/main/java/hudson/scm/subversion/UpdateUpdater.java
 src/main/java/hudson/scm/subversion/UpdateWithRevertUpdater.java
 src/main/java/hudson/scm/subversion/WorkspaceUpdater.java
 src/main/resources/hudson/scm/SubversionSCM/config.jelly
 src/main/resources/hudson/scm/SubversionSCM/help-depthOption.html
 src/main/resources/hudson/scm/SubversionSCM/help-ignoreExternalsOption.html
 src/test/java/hudson/scm/SubversionSCMTest.java
 src/test/resources/hudson/scm/JENKINS-777.zip
http://jenkins-ci.org/commit/subversion-plugin/4509e8b91f4edd55b01a798eff0ef1ec35a10309
Log:
  Merge pull request #29 from petdr/jenkins-777

FIXED JENKINS-777 Add ability to set depth and ignore externals for a module


Compare: https://github.com/jenkinsci/subversion-plugin/compare/52e83ab909bc...4509e8b91f4e




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-02 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-777 as Fixed


The need for Subversion command line options.
















Change By:


SCM/JIRA link daemon
(02/Jan/13 7:07 PM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2013-01-01 Thread pe...@emailross.com (JIRA)














































Peter Ross
 commented on  JENKINS-777


The need for Subversion command line options.















The following pull request implements both --ignore-externals and --set-depth options.

https://github.com/jenkinsci/subversion-plugin/pull/29



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-777) The need for Subversion command line options.

2012-02-26 Thread dharmsh...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dharmesh Sheta updated JENKINS-777:
---

Attachment: 
Providing__repository_depth_option_in_configuration_while_checking_out__[FIXED_JENKINS-777.patch

Created a basic patch(Attached) from 
http://issues.hudson-ci.org/browse/HUDSON-777 to apply ít to Jenkins Subversion 
Plugin where feature is open since long time 
[https://issues.jenkins-ci.org/browse/JENKINS-777]


-Feature provides now option to choose --depth param from 
FILE;EMPTY;INFINITY;IMMEDIATE parameters
screenshot :http://dl.dropbox.com/u/703638/subversionDepth.png

Also created Pull Request on git Hub for review 
https://github.com/jenkinsci/subversion-plugin/pull/8


Cheers
Dharmesh Sheta
--
Collabnet, Inc
Germany

 The need for Subversion command line options.
 -

 Key: JENKINS-777
 URL: https://issues.jenkins-ci.org/browse/JENKINS-777
 Project: Jenkins
  Issue Type: New Feature
  Components: subversion
Affects Versions: current
 Environment: Platform: All, OS: All
Reporter: nickleeye
 Attachments: 
 Providing__repository_depth_option_in_configuration_while_checking_out__[FIXED_JENKINS-777.patch


 There is value in being able to specify command line args/options for the
 subversion update/checkout commands.
 In particular it would be very useful to override svn:externals prop.
 --ignore-externals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-777) The need for Subversion command line options.

2012-02-23 Thread dharmsh...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159429#comment-159429
 ] 

Dharmesh Sheta commented on JENKINS-777:


created a pull request for review for the patched feature
https://github.com/jenkinsci/subversion-plugin/pull/7 

 The need for Subversion command line options.
 -

 Key: JENKINS-777
 URL: https://issues.jenkins-ci.org/browse/JENKINS-777
 Project: Jenkins
  Issue Type: New Feature
  Components: subversion
Affects Versions: current
 Environment: Platform: All, OS: All
Reporter: nickleeye

 There is value in being able to specify command line args/options for the
 subversion update/checkout commands.
 In particular it would be very useful to override svn:externals prop.
 --ignore-externals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-777) The need for Subversion command line options.

2012-02-21 Thread dharmsh...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159335#comment-159335
 ] 

dharmsheta edited comment on JENKINS-777 at 2/21/12 10:37 AM:
--

https://issues.jenkins-ci.org/browse/JENKINS-11154  seems to be *duplicate* of 
this feature request.

  was (Author: dharmsheta):
https://issues.jenkins-ci.org/browse/JENKINS-11154  seems to duplicate of 
this feature request
  
 The need for Subversion command line options.
 -

 Key: JENKINS-777
 URL: https://issues.jenkins-ci.org/browse/JENKINS-777
 Project: Jenkins
  Issue Type: New Feature
  Components: subversion
Affects Versions: current
 Environment: Platform: All, OS: All
Reporter: nickleeye

 There is value in being able to specify command line args/options for the
 subversion update/checkout commands.
 In particular it would be very useful to override svn:externals prop.
 --ignore-externals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira