Giter VIP home page Giter VIP logo

scm-sync-configuration-plugin's Introduction

scm-sync-configuration-plugin's People

Contributors

alanharder avatar fcamblor avatar guipal avatar jcarsique avatar johnou avatar mhelff avatar mnencia avatar ndeloof avatar olamy avatar rodrigc avatar stephenc avatar tomaswolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scm-sync-configuration-plugin's Issues

Changes to Jenkins config via Jenkins API are ignored by the plugin

Hi guys,

We are using the Jenkins API to create/update/delete jobs and it seems all those changes are ignored by the SCM Sync plugin. Even if probably this will require some serious changes on your side to get those API events tracked, we decided to create an issue and talk to the owners. Is there an easy way to achieve this?

PS: Great plugin you have here. I think it's great we can easily enable a versioning system over all the Jenkins configs using this plugin without the need for people that use Jenkins to know about this.

git fails if no global email/name set, even if set in Jenkins interface

I have scm-sync-configuration set to use git.

I set a git user.name and user.email value in the "Git plugin" section of the Jenkins configuration page, but the sync wasn't working.

When I looked at the Jenkins log file, I saw this:

used by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #1 jenkins-pep8-1" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

When I set these on the command line, sync worked again.

Does scm-sync-configuration use these options from the git plugin? If not, should be documented somewhere. Also, would have been helpful to see this error info in the scm error log.

I was trying to build a new system and restore from an existing repository, so I may have been doing something non-standard here (I manually cloned the repo to $JENKINS_HOME/scm-sync-configuration/checkoutConfiguration).

Renaming a job triggers a git add and commit of all the build results

Hi,

By default this plugin seems to commit to scm on the config xml files. It is all good until you rename a job then it does "git add" of all the builds directory.
Is is a normal behaviour ? is there a way to exclude build results from the scm sync ?

Plugin version 0.6
Here are the jenkins.log :

Oct 18, 2012 3:50:34 AM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
INFO: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@7537ad70 :
Author : dev
Comment : Job [dev-vca12 E2E] hierarchy renamed from [jobs/DEV-TEST3 on master (test)] to [jobs/dev-vca12 E2E] by dev
Changeset :
A config.xml
A jobs/dev-vca12 E2E/
D jobs/DEV-TEST3 on master (test)/

[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git add -- jobs
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git status
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git add -- 'jobs/dev-vca12 E2E'
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git status
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git add -- 'jobs/dev-vca12 E2E/config.xml' 'jobs/dev-vca12 E2E/builds/74/log' 'jobs/dev-vca12 E2E/builds/74/junitResult.xml' 'jobs/dev-vca12 E2E/builds/74/archive/selenium-output.log.gz' 'jobs/dev-vca12 E2E/builds/74/changelog.xml' 'jobs/dev-vca12 E2E/builds/74/build.xml' 'jobs/dev-vca12 E2E/builds/179/log' 'jobs/dev-vca12 E2E/builds/179/junitResult.xml' 'jobs/dev-vca12 E2E/builds/179/archive/selenium-output.log.gz' 'jobs/dev-vca12 E2E/builds/179/changelog.xml' 'jobs/dev-vca12 E2E/builds/179/build.xml' 'jobs/dev-vca12 E2E/builds/2012-10-18_02-16-11/log' 'jobs/dev-vca12 E2E/builds/2012-10-18_02-16-11/junitResult.xml' 'jobs/dev-vca12 E2E/builds/2012-10-18_02-16-11/archive/selenium-output.log.gz' 'jobs/dev-vca12 E2E/builds/2012-10-18_02-16-11/changelog.xml' 'jobs/dev-vca12 E2E/builds/2012-10-18_02-16-11/build.xml' 'jobs/dev-vca12 E2E/builds/2012-10-17_04-01-11/log' 'jobs/dev-vca12 E2E/builds/2012-10-17_04-01-11/junitResult.xml' 'jobs/dev-vca12 E2E/builds/2012-10-17_04-01-11/archive/selenium-output.log.gz' 'jobs/dev-vca12 E2E/builds/2012-10-17_04-01-11/changelog.xml' 'jobs/dev-vca12 E2E/builds/2012-10-17_04-01-11/build.xml' 'jobs/dev-vca12 E2E/builds/2012-10-17_22-01-11/log' 'jobs

[....]
bs/dev-vca12 E2E/lastStable/build.xml'
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
Oct 18, 2012 3:50:52 AM hudson.plugins.scm_sync_configuration.SCMManipulator addFile
WARNING: [addFile] Error while adding file : Exception while executing SCM command.
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration/jobs && git rm -r 'DEV-TEST3 on master (test)'
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration/jobs
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git status
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git commit --verbose -F /tmp/maven-scm-803626066.commit -a
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git symbolic-ref HEAD
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration && git push XXX/jenkins/jenkins-config.git master:master
[INFO] Working directory: /var/lib/jenkins/scm-sync-configuration/checkoutConfiguration
Oct 18, 2012 3:51:08 AM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
INFO: Commit Commit hudson.plugins.scm_sync_configuration.model.Commit@7537ad70 :
Author : dev
Comment : Job [dev-vca12 E2E] hierarchy renamed from [jobs/DEV-TEST3 on master (test)] to [jobs/dev-vca12 E2E] by dev
Changeset :
A config.xml
A jobs/dev-vca12 E2E/
D jobs/DEV-TEST3 on master (test)/

pushed to SCM !

Hi! Is there anybody?

Version report

Jenkins and plugins versions report:

Copy/paste here....
  • What Operating System are you using (both controller, and any agents involved in the problem)?
Paste here

Reproduction steps

  • Step 1...
  • Step 2...

Results

Expected result:

Actual result:

Configure Git SCM with credentials

How can I configure Git SCM with credentials. I don't see any fields for configuring credentials.
I have to access Git with https

Thanks

Allow for user defined gitignore instead of custom "includes"

I'd much rather use my own .gitignore rather than the includes defined in this plugin. Credentials should be included because they're encrypted and protected by the secret.key file.

Additionally, the cloudbees folders plugin stores credentials in the folder config.xml; another reason not to track secret.key but not worry about credentials which are encrypted with AES128 secured with a 512-bit passphrase.

URL wrongly manipulated

Jenkins 2.35
SCM Sync Configuration Plugin 0.0.10

Seem a wrong manipulation of the scm URL is done, setting the following URL:
git@wp-jenkins-git:/wp-jenkins-cfg.git

I obtain this error in tomcat logs:
[INFO] Executing: /bin/sh -c cd '/net/isilon8/web-hx/webadmin/tomcat/bases/es/tc-es-coreci/temp' && 'git' 'ls-remote' 'git@wp-jenkins-git/wp-jenkins-cfg.git' [INFO] Working directory: /net/isilon8/web-hx/webadmin/tomcat/bases/es/tc-es-coreci/temp Feb 02, 2017 10:56:31 AM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationPlugin doCheckGitUrl WARNING: Repository at git@wp-jenkins-git:/wp-jenkins-cfg.git is inaccessible

As from the logs, seem a columns (:) was stripped out from the original URL given at configuration time.

Changing the URL in:
git@wp-jenkins-git::/wp-jenkins-cfg.git

Note the double colons (::) it's working fine after disabling and re-enabling with this configuration.

Config loss in large installation

We observed the following failure on our production environment twice:
We started the plugin execution during the day and had to stop it after 12 minutes on our production environment. There were 7 threads running. 6 of them were gathering the JDK configuration:

Handling GET /configure from 172.16.138.19 : ajp-apr-8009-exec-125 Jenkins/configure.jelly ToolLocationNodeProperty/DescriptorImpl/config.jelly
jenkins.model.Jenkins.getJDKs(Jenkins.java:1667)
hudson.model.JDK$DescriptorImpl.getInstallations(JDK.java:177)

We lost the JDK and SMTP configuration of Jenkins after killing the threads.
There was no issue on our test environment when the plugin was finished successfully.

Two thread dumps (main thread of the plugin) and one of the JDK configuration are attached.

I can't say for sure but it looked as if the gathering of the JDK configuration was blocked.

We are investigating further because the concept of this plugin is really great and we really want to use it.

Kind regards,

Christian

jdk_thread_scm_plugin.txt
main_thread_scm_plugin.txt

Cannot sync to repository - error: scm manipulator not settled !

Here's what is in the log file:

ul 28, 2016 9:36:09 PMย INFOย hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
Queue of changeset     A hudson.model.UpdateCenter.xml
 aborted (scm manipulator not settled !)

and followed by a list of the same error...
At first I thought it was authentication issue with the repository, but I followed the troubleshooting page and created a test job. It successfully authenticate with the repository, which means it should have no problem access it.

I also checked your source code and found that the message would occur when calling the queueChangeSet() method in ScmSyncConfigurationBusiness.

Tried a lot of ways mentioned online such as restarting Jenkins...

Also when I tried to hit "save" in Jenkin's configure system, it always took a lot of time and then gave me an error.

So, much appreciate it if anybody have any insight into this.

pull from github takes forever

Hi,
Whenever I go to Manage Jenkins and then try to set the Repository Url to [email protected]:Azure/.git then click save it takes forever. Here's my config:

  • Windows Server 2012
  • Jenkins version: 1.592
  • Plugin version: 0.0.8
  • The repo I use is private and I verified that I can clone it manually on the CI machine

Active Maintainer

@rodrigc If you are no longer interested in maintaining this project, could you assign some people privileges to build and deploy this plugin?

I know many people (myself included), that use this plugin in Jenkins configurations, and there are some great pull requests on this plugin to make it much better. If you would be so kind as to pass of the maintenance of this plugin, that would be great.

Use Subversion Workspace Version from global config

I am having difficulty attempting to debug my scm-sync-configuration instance, and I have my global Subversion Workspace Version set to 1.6. The local machine has the svn 1.6 command line utility installed, but I cannot inspect the scm-sync working directory due to the following error :

speet3@hotwheels:/var/lib/jenkins/scm-sync-configuration/checkoutConfiguration$ svn st
svn: The path '.' appears to be part of a Subversion 1.7 or greater
working copy.  Please upgrade your Subversion client to use this
working copy.

scm-sync-configuration-plugin should use the global Subversion Workspace Version to set its working copy layout.

Manual Synchronization includes dont show up

i want to use the Manual synchronozation includes feature and im adding:
scm-sync-configuration/checkoutConfiguration/.git/config
and another one
scm-sync-configuration/*
(because i want the .git/config file of scm-sync to be synced because it includes the git creds)
but i cant see that those files are being copied to the github project.
any help please?

not-a-git-repo

Hi -

I've used this plugin to backup my Jenkins configurations.

Now, I've run into a problem trying to restore my jenkins configuration in a new Jenkins instance. The new jenkins instance is a vanilla docker jenkins instance from jenkinsci/jenkins. All I've done is to start the docker image and installed the SCM plugin + certificates to the github repo. In the log I can see the following when trying to restore the configurations on my new instance using this plugin:

[INFO] Working directory: /var/jenkins_home/scm-sync-configuration/checkoutConfiguration
[INFO] Executing: /bin/sh -c cd '/tmp' && 'git' 'ls-remote' '[email protected]:someSecretUser/automate.git'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/scm-sync-configuration/checkoutConfiguration' && 'git' 'log' '-n1' '--date-order' 'master'
[INFO] Working directory: /var/jenkins_home/scm-sync-configuration/checkoutConfiguration
  • nothing more happens and nothing is restored.

If I try to re-run those commands myself the following happens

$ cd /var/jenkins_home/scm-sync-configuration/checkoutConfiguration
$ /bin/sh -c cd '/tmp' && 'git' 'ls-remote' '[email protected]:someSecretUser/automate.git'
1fe33c89d06bb2796ec8a858e56cae176f8aa164        HEAD
1fe33c89d06bb2796ec8a858e56cae176f8aa164        refs/heads/master
$ cd /tmp
$ /bin/sh -c cd '/var/jenkins_home/scm-sync-configuration/checkoutConfiguration' && 'git' 'log' '-n1' '--date-order' 'master'
fatal: Not a git repository (or any parent up to mount point /var/jenkins_home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

What just happened?

Overwrite main config file while reload from scm

Hi,

I am trying to automate reload Jenkins config from scm (git) using this plugin. I use a groovy script during Jenkins startup to download the latest config from scm. I use following actions to re-load the config

I am using groovy script from this gist - https://gist.github.com/gshively11/13dcdd61b78b7910923e#file-gistfile1-txt

....................trimmed............... .............. scmSyncPlugin.configure(mock, jsonObj) scmSyncPlugin.business.synchronizeAllConfigs(ScmSyncConfigurationPlugin.AVAILABLE_STRATEGIES) instance.doReload() instance.save()

It is working as expected but it overwrite the main config.xml and reset all my settings.

Any help would highly appreciated.

Thanks,
Arun S

Strange output in footer

I'm seeing what looks like unformatted/code output in the footer. I'm on latest Jenkins at this time, 2.138.3. I can't recall when this popped up but I'm pretty sure it was when I upgraded to 2.138.x. LMK what debug output I might be able to provide.

image

Add docks and information to help people contributing to the project.

Maybe add a CONTRIBUTING.md file?

It would be cool if there were some Developer Information too. I noticed that Messages doesn't know how to resolve in Eclipse, so I IDE compile warnings about Messages starting on ScmSyncConfigurationPlugin on line 485. Again, just and IDE issue, not a issue building the pom.xml file.

NoSuchMethodError: com.google.common.io.Files.getChecksum

Hi.

It seems there must be a missing strong dependency on a third party software (appears to be for dealing with compressed data).
This issues renders the plugin useless, since no further actions are taken and messages are not shown at the Jenkins UI.
I'm using Jenkins 1.565 and here's full log.

Thanks in advance!

Jan 29, 2016 6:09:22 AM hudson.model.listeners.SaveableListener fireOnChange
WARNING: null
java.lang.NoSuchMethodError: com.google.common.io.Files.getChecksum(Ljava/io/File;Ljava/util/zip/Checksum;)J
        at hudson.plugins.scm_sync_configuration.utils.Checksums.fileAndByteArrayContentAreEqual(Checksums.java:22)
        at hudson.plugins.scm_sync_configuration.model.ChangeSet.registerPath(ChangeSet.java:42)
        at hudson.plugins.scm_sync_configuration.transactions.ScmTransaction.registerPath(ScmTransaction.java:46)
        at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationSaveableListener.onChange(ScmSyncConfigurationSaveableListener.java:28)
        at hudson.model.listeners.SaveableListener.fireOnChange(SaveableListener.java:81)
        at hudson.model.Descriptor.save(Descriptor.java:759)
        at jenkins.model.JenkinsLocationConfiguration.setAdminAddress(JenkinsLocationConfiguration.java:87)
        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:606)
        at org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyUtilsBean.java:2116)
        at org.apache.commons.beanutils.PropertyUtilsBean.setSimpleProperty(PropertyUtilsBean.java:2097)
        at org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:928)
        at org.kohsuke.stapler.RequestImpl.copyProperty(RequestImpl.java:813)
        at org.kohsuke.stapler.RequestImpl.fill(RequestImpl.java:496)
        at org.kohsuke.stapler.RequestImpl.bindJSON(RequestImpl.java:410)
        at jenkins.model.JenkinsLocationConfiguration.configure(JenkinsLocationConfiguration.java:135)
        at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:2829)
        at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:2792)
        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:606)
        at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
        at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
        at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
        at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:120)
        at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
        at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
        at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
        at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
        at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)
        at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
        at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47)
        at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
        at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:49)
        at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:44)
        at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationDataProvider.provideRequestDuring(ScmSyncConfigurationDataProvider.java:106)
        at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter.doFilter(ScmSyncConfigurationFilter.java:44)
        at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
        at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125)
        at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
        at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1484)
        at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1484)
        at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
        at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
        at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1484)
        at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1484)
        at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:370)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
        at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
        at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)

SCM not working

Hi, all
I have download SCM Sync Configuration Plugin and set configuration, it still not working.
Could you help me, Thank you very much.
image
image
image

Unable to commit Repository Initialization to SVN

scm-sync plugin is unable to commit the Repository Initialization to my subversion repository. I have the same problem on two separate Jenkins instances, one on Debian and one on Ubuntu. I followed all the instructions on the Jenkins Plugin Page, set up the logging listener on the Troubleshooting Page, and created a test job that was able to checkout the repository location.

Jenkins Version: 1.493

Log follows:

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/e2280922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:58 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/73270922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/23260922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/4d250922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:57 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/4e240922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/fb220922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/e7210922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:56 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/d6200922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/e71e0922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:55 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/c31b0922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/e6190922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:54 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/68180922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/48160922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:53 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/83140922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:52 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:52 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:52 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:52 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:52 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/eb120922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/870d0922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:51 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/b70b0922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1d47dde : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Plugin configuration files updated by speet3
  Changeset : 
    A scm-sync-configuration.xml


Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Empty changeset to commit (no changes found on files) => commit skipped !

Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness
FINEST: Processing commit : Commit hudson.plugins.scm_sync_configuration.model.Commit@1b497e5 : 
  Author : Sterling Peet
  Comment : [Jenkins (hotwheels) SCM-Sync] Repository initialization by speet3
  Changeset : 
    A hudson.plugins.emailext.ExtendedEmailPublisher.xml
    A jobs/MLPACK/config.xml
    A hudson.scm.SubversionSCM.xml
    A hudson.maven.MavenModuleSet.xml
    A jobs/scm_sync_test/config.xml
    A hudson.tasks.Ant.xml
    A hudson.triggers.SCMTrigger.xml
    A jobs/test/config.xml
    A jobs/Package-Jenkins/config.xml
    A scm-sync-configuration.xml
    A jobs/Package-Armadillo-stable/config.xml
    A hudson.plugins.disk_usage.DiskUsageProperty.xml
    A jobs/MLPACK_Debian_Package_1.0.X/config.xml
    A jobs/MLPACK release test/config.xml
    A hudson.plugins.timestamper.TimestamperConfig.xml
    A config.xml
    A hudson.tasks.Maven.xml
    A hudson.model.UpdateCenter.xml
    A hudson.plugins.disk_usage.DiskUsageProjectActionFactory.xml
    A jobs/MLPACK (windows)/config.xml
    A hudson.plugins.warnings.WarningsPublisher.xml
    A jobs/Package-Jenkins-watch_upstream/config.xml
    A hudson.plugins.git.GitSCM.xml
    A jobs/MLPACK_Debian_Package/config.xml
    A hudson.plugins.git.GitTool.xml
    A hudson.tasks.Mailer.xml
    A hudson.plugins.cmake.CmakeBuilder.xml
    A hudson.tasks.Shell.xml
    A hudson.scm.CVSSCM.xml


Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness processCommitsQueue
SEVERE: Error while processing commit queue : Error while checking in file to scm repository

Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
FINER: THROW
hudson.plugins.scm_sync_configuration.exceptions.LoggableException: Error while checking in file to scm repository
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:212)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:28)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:142)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:140)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:679)

Feb 28, 2013 1:20:50 PM hudson.plugins.scm_sync_configuration.SCMManipulator checkinFiles
SEVERE: [checkinFiles] Problem during SCM commit : svn: E175002: Commit failed (details follow):
svn: E175002: MKACTIVITY /fastlab/!svn/act/bf090922-3d01-0010-bcab-6171c2fd5ee0 failed

Feb 28, 2013 1:20:49 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Checking in SCM files ...

Feb 28, 2013 1:20:49 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Added SCM files : [hudson.scm.CVSSCM.xml] !

Feb 28, 2013 1:20:49 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Adding SCM file [hudson.scm.CVSSCM.xml] ...

Feb 28, 2013 1:20:49 PM hudson.plugins.scm_sync_configuration.SCMManipulator
FINE: Added SCM files : [hudson.tasks.Shell.xml] !

Feb 28, 2013 1:20:49 

Spaces in job name cause exception

Looks like an exception handling URIs. The job name in this case is ATS Testing

Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 0: "jobs/ATS%20Testing/config.xml"

Mar 09, 2016 6:33:23 PM FINE hudson.plugins.scm_sync_configuration.SCMManipulator
Checking in SCM files ...
Mar 09, 2016 6:33:23 PM FINER org.apache.maven.scm.manager.ScmManager checkIn
THROW
org.apache.maven.scm.ScmException: Exception while executing SCM command.
    at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:63)
    at org.apache.maven.scm.provider.git.AbstractGitScmProvider.executeCommand(AbstractGitScmProvider.java:291)
    at org.apache.maven.scm.provider.git.AbstractGitScmProvider.checkin(AbstractGitScmProvider.java:217)
    at org.apache.maven.scm.provider.AbstractScmProvider.checkIn(AbstractScmProvider.java:415)
    at org.apache.maven.scm.provider.AbstractScmProvider.checkIn(AbstractScmProvider.java:397)
    at org.apache.maven.scm.manager.AbstractScmManager.checkIn(AbstractScmManager.java:423)
    at hudson.plugins.scm_sync_configuration.SCMManipulator.checkinFiles(SCMManipulator.java:241)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.processCommitsQueue(ScmSyncConfigurationBusiness.java:223)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness.access$000(ScmSyncConfigurationBusiness.java:32)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:148)
    at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationBusiness$1.call(ScmSyncConfigurationBusiness.java:145)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.maven.scm.ScmException: Error while executing command.
    at org.apache.maven.scm.provider.git.gitexe.command.GitCommandLineUtils.execute(GitCommandLineUtils.java:122)
    at org.apache.maven.scm.provider.git.gitexe.command.checkin.GitCheckInCommand.executeCheckInCommand(GitCheckInCommand.java:129)
    at org.apache.maven.scm.command.checkin.AbstractCheckInCommand.executeCommand(AbstractCheckInCommand.java:54)
    at org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:59)
    ... 14 more
Caused by: org.codehaus.plexus.util.cli.CommandLineException: Error inside systemOut parser
    at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:188)
    at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:107)
    at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:74)
    at org.apache.maven.scm.provider.git.gitexe.command.GitCommandLineUtils.execute(GitCommandLineUtils.java:118)
    ... 17 more
Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 0: "jobs/ATS%20Testing/config.xml"
    at java.net.URI.create(URI.java:852)
    at org.apache.maven.scm.provider.git.gitexe.command.status.GitStatusConsumer.resolveURI(GitStatusConsumer.java:251)
    at org.apache.maven.scm.provider.git.gitexe.command.status.GitStatusConsumer.resolvePath(GitStatusConsumer.java:232)
    at org.apache.maven.scm.provider.git.gitexe.command.status.GitStatusConsumer.consumeLine(GitStatusConsumer.java:133)
    at org.codehaus.plexus.util.cli.StreamPumper.consumeLine(StreamPumper.java:190)
    at org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:135)
Caused by: java.net.URISyntaxException: Illegal character in path at index 0: "jobs/ATS%20Testing/config.xml"
    at java.net.URI$Parser.fail(URI.java:2848)
    at java.net.URI$Parser.checkChars(URI.java:3021)
    at java.net.URI$Parser.parseHierarchical(URI.java:3105)
    at java.net.URI$Parser.parse(URI.java:3063)
    at java.net.URI.<init>(URI.java:588)
    at java.net.URI.create(URI.java:850)
    ... 5 more

Questions regarding checkout directory

If I go into /var/jenkins_home/scm-sync-configuration/checkoutConfiguration and run git status, I see this:

On branch master
Your branch is ahead of 'origin/master' by 1285 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean

Yet, all the commits are showing up in my GitHub repo. Is git push happening from a different directory? If not, why does the checkout directory look like it's ahead of the remote repo?

For anyone still want to use this plugin with Jenkins 2.277 and above

What feature do you want to see added?

I still use this in our production environment.
As it's deprecated, not expecting a new maintainer.

I have my own build that has several bug fix from me and others see the pull request #81
You could try my personal build at https://github.com/sunnyqeen/scm-sync-configuration-plugin/releases
I also updated several decencies in the snapshot version.
My build will require Jenkins 2.277 and above.

Use it as you wish, I may not add any new feature.

Upstream changes

#81

"Display SCM Sync Status" hides parts of the jenkins ui

If we enable "Display SCM Sync Status" the overlay covers parts of the jenkins ui; this can be seen:

  • if you have a long executor list, scrolling to the bottom will make the sync stats overlay cover the bottom executors, making it impossible to see them.
  • it covers the bottom of the console output, cutting off the last few lines.

We've tested this in 1.583 and 1.593.

github branch option main

Would be good to have an option to save to a branch other then master, such as main, or to switch over completely

Plugin not compatibile with Java 1.8

When I try to compile project (0.0.8) with maven based on Java 1.8 i get following error:

[INFO] --- maven-hpi-plugin:1.67:apt-compile (default-apt-compile) @ scm-sync-configuration ---
[WARNING] Error injecting: org.jenkinsci.maven.plugins.hpi.AptCompiler
java.lang.NoClassDefFoundError: com/sun/mirror/apt/AnnotationProcessorFactory
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2658)
    at java.lang.Class.getDeclaredConstructors(Class.java:2007)

how to reload scm configuration programmatically

I'm writing an Ansible script that installs Jenkins and loads SCM config from git. I've got most of it working but can't figure out how to invoke http://:/plugin/scm-sync-configuration/reloadAllFilesFromScm from a curl script to force Jenkins to use the config from git.
A curl scripts seems to be the obvious way to do it but can't get it to work.
Any ideas?

Cut a new release

Some changes have been merged in since e78700d (0.0.10 release hash). Can you cut a new release that includes them?

One Question Regarding the Plugin

So after some tiring work, I was able to get this plugin running.

So I have tested and set up some plugins and configured them for some jobs. Does this plugin only work for the changes after the plugin installation or will it look for the previous configured installations as well?

SCM sync configuration plugin stopped working for new version of Jenkins 2.332.1

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

SCM sync plugin stopped working after upgrading to the new LTS version of Jenkins.
Please fix it ASAP.

Reproduction steps

It should get updated in the git repository.

Expected Results

It should get updated in the git repository.

Actual Results

It should get updated in the git repository.

Anything else?

No response

For per-project config, optional co-location with project's own source.

scm-sync-configuration-plugin currently stores config in one repo.

It would be great to have an option of storing config alongside the sources/build-file of project in question. This way developers for the project itself, can make changes (provided they don't break the XML) without needing accounts/permissions for Jenkins itself.

i.e. if they are permitted to the source tree itself, they are permitted to make changes to the CI configuration.

CruiseControl had this feature in 2006, and we made it more robust - http://markmail.org/message/epsjbwqmspydu2tt - after the initial release - http://markmail.org/message/cq5ss23z3pmcokor

Renaming or Deleting a job doesn't work with SVN

Once a Jenkins job is renamed (or deleted) then the plugin generates SCM errors and does not commit anything to SVN:

SCM Sync status :  
Thu Jun 01 09:35:42 BST 2017 : Delete jobs/My_Jenkins_Job/```

When I manually go to the plugin's directory ".jenkins/scm-sync-configuration/checkoutConfiguration/", and I run "svn status -q", I can see that the svn check out is at a wrong state:

D       jobs/My_Jenkins_Job
D       jobs/My_Jenkins_Job/config.xml
A       jobs/My_Jenkins_Job_New_Name
A       jobs/My_Jenkins_Job_New_Name/config.xml

I then try to manually commit the changes by doing:
svn commit -m "Commit current changes"

But I get:

svn: E155011: Commit failed (details follow):
svn: E155011: Directory '/svn/.jenkins/scm-sync-configuration/checkoutConfiguration/jobs/My_Jenkins_Job' is out of date
svn: E170004: Item '/svn/jobs/My_Jenkins_Job' is out of date

When I run:
svn update

I am able to manually commit.

However, the plugin continuous to generate the following error every time I modify any Jenkins job:

SCM Sync status :  
Thu Jun 01 09:35:42 BST 2017 : Delete jobs/My_Jenkins_Job/

My current workaround is:

  1. Update plugin's SVN check out
  2. Manually commit any changes from the plugin's directory
  3. Disable the plugin and restart Jenkins
  4. Enable the plugin and restart Jenkins

plugin won't build for jenkins 1.463

hi,

i checked out the lates commit d59c49c on master.
Building from scratch works well.
However, changing jenkins plugin version in the pom.xml file from:

-    1.409
+    1.463

Cause the plugin not to build anymore:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: Exception thrown while constructing Processor object: com/google/common/collect/Multimap
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.884s
[INFO] Finished at: Thu May 10 16:22:39 CEST 2012
[INFO] Final Memory: 27M/1450M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project scm-sync-configuration: Compilation failure
[ERROR] error: Exception thrown while constructing Processor object: com/google/common/collect/Multimap
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project scm-sync-configuration: Compilation failure
error: Exception thrown while constructing Processor object: com/google/common/collect/Multimap

        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
error: Exception thrown while constructing Processor object: com/google/common/collect/Multimap

        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[Linux]

is this aknown issue?

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.