Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: f547eaeafcd3476c5a61acf731468c42ff88bbf2
      
https://github.com/jenkinsci/subversion-plugin/commit/f547eaeafcd3476c5a61acf731468c42ff88bbf2
  Author: mb <[email protected]>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java
    M src/main/java/hudson/scm/subversion/CheckoutUpdater.java
    M src/main/java/hudson/scm/subversion/UpdateUpdater.java
    M src/main/java/hudson/scm/subversion/UpdateWithRevertUpdater.java
    M src/main/java/hudson/scm/subversion/WorkspaceUpdater.java

  Log Message:
  -----------
  Make as-it-is checkout only files initally

SVNKit checks out to infinity by default if unknown is given as the
depth to checkout. If you're using as-it-is you probably don't want the
whole source tree, so change as-it-is to set the depth to files for
checkout and unknown for updates.


  Commit: 7b62d94d25affa4ecdd3e9b03642be6698a0da8a
      
https://github.com/jenkinsci/subversion-plugin/commit/7b62d94d25affa4ecdd3e9b03642be6698a0da8a
  Author: mb <[email protected]>
  Date:   2017-11-06 (Mon, 06 Nov 2017)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java
    M src/main/java/hudson/scm/subversion/UpdateWithRevertUpdater.java

  Log Message:
  -----------
  Improve svn revert with as-it-is setting

When unknown is passed to the SvnRevert operation of SVNKit it's coerced
to empty, which means nothing actually gets reverted. So instead of
passing unknown pass infinity for revert as the svn depth. This seems to
do what one would want i.e. revert what ever happens to be there but not
checkout any additional files.


  Commit: 5b5954fd05a759f093673adad8b13899caf1061a
      
https://github.com/jenkinsci/subversion-plugin/commit/5b5954fd05a759f093673adad8b13899caf1061a
  Author: mb <[email protected]>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M src/main/java/hudson/scm/subversion/WorkspaceUpdater.java

  Log Message:
  -----------
  Re-instate and deprecate getSvnDepth


  Commit: ce173f16d5997882eefee6b49b02cd5044eeb143
      
https://github.com/jenkinsci/subversion-plugin/commit/ce173f16d5997882eefee6b49b02cd5044eeb143
  Author: mb <[email protected]>
  Date:   2018-01-02 (Tue, 02 Jan 2018)

  Changed paths:
    M src/main/java/hudson/scm/subversion/WorkspaceUpdater.java

  Log Message:
  -----------
  Add deprecated annotation


  Commit: 173a0d33c4e6d2d60da005c211be910b4dda6fce
      
https://github.com/jenkinsci/subversion-plugin/commit/173a0d33c4e6d2d60da005c211be910b4dda6fce
  Author: Ivan Fernandez Calvo <[email protected]>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
    M src/main/java/hudson/scm/SubversionSCM.java
    M src/main/java/hudson/scm/subversion/CheckoutUpdater.java
    M src/main/java/hudson/scm/subversion/UpdateUpdater.java
    M src/main/java/hudson/scm/subversion/UpdateWithRevertUpdater.java
    M src/main/java/hudson/scm/subversion/WorkspaceUpdater.java

  Log Message:
  -----------
  Merge pull request #200 from mbirtwell/master

Make as-it-is checkout only files initally


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/2959a4a97d47...173a0d33c4e6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to