Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Subversion Integration
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Munsey  
View profile  
 More options Apr 11 2012, 12:30 pm
From: Munsey <mun...@gmail.com>
Date: Wed, 11 Apr 2012 09:30:32 -0700 (PDT)
Local: Wed, Apr 11 2012 12:30 pm
Subject: Subversion Integration

Is it possible to create a ChangeSet via rest rather than running the
Subversion integration tool?  I would like to create the ChangeSet with a
post commit hook.  I like this better than the polling method done by the
tool distributed by VersionOne.  Also I don't have access to a Windows
server to run the integration on; the only Windows machine I have is my
laptop which I shut down every day.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ibuchanan  
View profile  
 More options Apr 11 2012, 2:42 pm
From: ibuchanan <ian.bucha...@versionone.com>
Date: Wed, 11 Apr 2012 11:42:49 -0700 (PDT)
Local: Wed, Apr 11 2012 2:42 pm
Subject: Re: Subversion Integration

Yes. In fact, a recent poster wrote a post-commit hook for similar reasons:
https://groups.google.com/d/topic/versionone-dev/b5EpDE4_Czs/discussion

The most important difference is that Jay's post-commit hook is a Windows
EXE written in C# and using our .NET SDK. If you wanted to write something
similar in Ruby, Python, or Perl, you'll have to make direct HTTP posts
with the right XML payload. You can get a template for that XML payload
using a "new asset" request described here:
http://community.versionone.com/sdk/Documentation/DataAPI.aspx#lbe.ne...

The ChangeSet asset is simple enough that you should probably use simple
string replacement rather than worry about having an XML DOM.

If you run into problems, we're here to help. But if you do get some
working code, I'm sure others would appreciate it as a starting point for
their efforts.

Yours truly,
Ian Buchanan
Product Manager for Platform and Integrations


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »