[JIRA] (JENKINS-10239) org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN plugin

2016-12-17 Thread christ...@plaetzinger.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Plätzinger commented on  JENKINS-10239  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN plugin   
 

  
 
 
 
 

 
 Hi Paul, IIRC I used the TortoiseSVN Client to commit (https://tortoisesvn.net/index.de.html). Best regards, Christian  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-10239) org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN plugin

2016-12-16 Thread teknop...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 paul hinds commented on  JENKINS-10239  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN plugin   
 

  
 
 
 
 

 
 Christian any change you could elaborate on your work around, I tried using the svn cli tool for a checkin but this did not help.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-10239) org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN plugin

2012-03-26 Thread mat...@java.net (JIRA)

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

mattyt commented on JENKINS-10239:
--

We have this issue too.  Ville, our repository did allow read access but after 
we turned it off (by modifying permissions in /etc/apache2/dav_svn.authz) we 
still had the same problems.

Does anyone have any further information about this?

Jenkins: v1.452, Subversion plugin: v1.39, SCM sync: v0.0.4, SVN installed on 
master: 1.6.6

 org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled from the SVN 
 plugin
 

 Key: JENKINS-10239
 URL: https://issues.jenkins-ci.org/browse/JENKINS-10239
 Project: Jenkins
  Issue Type: Bug
  Components: subversion
Affects Versions: current
 Environment: ubuntu 10.04, OpenJDK Runtime Environment (IcedTea6 
 1.9.8), 64 bit
 Jenkins 1.149
 svn plugin 1.28 also tested with 1.25
 svn, version 1.6.6
Reporter: arthur ulfeldt

 when I try to add subversion credentials by going to : 
 http://ci.build.hytrust.com/scm/SubversionSCM/enterCredential
 and enter a correct username and password
 i get a page displaying this exception:
 Error
 No authentication was attempted.
 FAILED: org.tmatesoft.svn.core.SVNErrorMessage: svn: Operation cancelled
 org.tmatesoft.svn.core.SVNCancelException: svn: Operation cancelled
   at 
 hudson.scm.UserProvidedCredential$AuthenticationManagerImpl.checkIfProtocolCompleted(UserProvidedCredential.java:255)
   at 
 hudson.scm.SubversionSCM$DescriptorImpl.postCredential(SubversionSCM.java:1791)
   at 
 hudson.scm.SubversionSCM$DescriptorImpl.doPostCredential(SubversionSCM.java:1735)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:616)
   at 
 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
   at 
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
   at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:103)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:233)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
   at winstone.ServletConfiguration.execute(ServletConfiguration.java:249)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:335)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:378)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:195)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:368)
   at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:195)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:368)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   at 
 hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at 
 org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
   at