You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2002/08/23 14:14:24 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method CheckinMethod.java

juergen     2002/08/23 05:14:24

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        CheckinMethod.java
  Log:
  Pass forkOk flag to VersioningHelper.checkin().
  (ralf)
  
  Revision  Changes    Path
  1.18      +4 -4      jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/CheckinMethod.java
  
  Index: CheckinMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/CheckinMethod.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- CheckinMethod.java	22 Aug 2002 13:43:32 -0000	1.17
  +++ CheckinMethod.java	23 Aug 2002 12:14:24 -0000	1.18
  @@ -164,7 +164,7 @@
           try {
               VersioningHelper vh = VersioningHelper.getVersioningHelper(
                   slideToken, token, req, resp, getConfig() );
  -            locationValue = vh.checkin( resourcePath , false, keepCheckedOut);
  +            locationValue = vh.checkin( resourcePath , forkOk, keepCheckedOut);
           }
           catch (PreconditionViolationException e) {
               sendPreconditionViolation(e);
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>