Who creates the workspace folder?

47 views
Skip to first unread message

roberto.s...@gmail.com

unread,
Jun 7, 2013, 7:23:07 AM6/7/13
to users...@googlegroups.com
Who creates the workspace folder? -->.jabox\data\.hudson\jobs\project10\workspace

Is creating this folder in SVN 1.4 format, and simply does not work when my repository is 1.7!

Jenkins Console output:
Provider message:
The svn command failed.
Command output:
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy 'D:\GitHub\jabox\jabox\target\.jabox\data\.hudson\jobs\project10\workspace' is too old (format 8, created by Subversion 1.4)

Dimitris Kapanidis

unread,
Jun 8, 2013, 6:21:42 AM6/8/13
to users...@googlegroups.com
Hi,

this repository is created by Jenkins (or Hudson), you can setup the format from Jenkins -> Manage Jenkins -> Configure System page.

Look for Subversion -> Subversion Workspace Version (default is 1.4)

Once you save it, it will create a hudson.scm.SubversionSCM.xml file with the configuration:

<?xml version='1.0' encoding='UTF-8'?>
<hudson.scm.SubversionSCM_-DescriptorImpl plugin="subve...@1.45">
  <generation>1</generation>
  <credentials class="hashtable"/>
  <workspaceFormat>100</workspaceFormat>
  <validateRemoteUpToVar>false</validateRemoteUpToVar>
  <storeAuthToDisk>true</storeAuthToDisk>
</hudson.scm.SubversionSCM_-DescriptorImpl>

(WorkspaceFormat at 100, is the one used on SVN 1.7)

If you already created the job, just do a Cleanup Workspace inside the job and it will delete the current one and do a fresh checkout.

Hope this helps.

ps. Kudos for the pull request!! I've accepted the merge.


--
You received this message because you are subscribed to the Google Groups "users-jabox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to users-jabox...@googlegroups.com.
To post to this group, send email to users...@googlegroups.com.
Visit this group at http://groups.google.com/group/users-jabox?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

roberto.s...@gmail.com

unread,
Jun 8, 2013, 11:48:17 AM6/8/13
to users...@googlegroups.com
Thank you.

I will try this on Monday.

I think Jabox could properly configure Jenkins with respect to the version of the SVN repository.

How about we put the choice of which version of SVN repository on Jabox SCM screen configuration?

ps. In a few days I hope to commit some bug fixes. I'm testing.
Reply all
Reply to author
Forward
0 new messages