Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
7answers
2k views

Why is Harvest being purchased at all?

Does your work environment use Harvest SCM? I've used this now at two different locations and find it appalling. In one situation I wrote a conversion script so I could use CVS locally and then daily ...
5
votes
2answers
248 views

How do SaaS companies verify and track the code they release to the customers?

I'm working at a SaaS company who releases new features and bug fixes to our customers every six weeks. When we write code changes they pass through different steps (like a state machine) before ...
5
votes
2answers
3k views

XML POST REST Request using Python

Does anyone have a simple example of sending an XML POST request to a RESTful API with Python? I am trying to use the urllib2 Python library to "create a new project" in the Harvest API, with no ...
5
votes
4answers
2k views

WiX(v3): Harvesting a .csproj with heat.exe in vs2008?

The Question Newly initiated into WiX, I researched and found that v3 uses a tool (heat.exe) to "harvest" information into WiX fragments. I have managed to stumble about and find information on this ...
4
votes
2answers
770 views

Sync Subversion and Harvest repositories?

How would you integrate Subversion and CA Harvest if using Subversion to sync work across a team and Harvest as the enterprise system of record? An approach I'm investigating is creating a script ...
3
votes
4answers
219 views

Ignoring .svn directories with Wix Heat?

I'm using the Heat tool to generate Wix markup to include a large number of files and folders in my setup. This was working fine, but I just realized that since I added the source folder to my ...
2
votes
2answers
1k views

Compare Harvest to other source control systems?

From the top, "source control" seems like a bad way to describe CA Harvest; it's a deployment control system, and it's actually pretty good at just deploying code. I've found it to be lacking when ...
1
vote
1answer
151 views

Q: Harvest a native (x86 or x64) COM Dll's registration information with WIX Heat (v3.5, v3.6)?

I looked around as much as possible, and have not been able to find any conclusive answers. I have a new C++/ATL .dll (x86 and x64) that I'd like to include in an installer and was hoping Heat.exe ...
1
vote
1answer
168 views

Harvest (timecard app) API

Harvest is the time tracking application that I use at my job. While the web UI is quite simple, there are a few custom features I would like to add. I noticed they have an API... So I want to make a ...
1
vote
1answer
187 views

curl POST XML and Harvest API

The following curl request of the Harvest API is generating a "We're sorry, but something just went wrong" error. Any idea what I might be doing wrong? Perhaps I am not formatting the XML POST ...
0
votes
2answers
78 views

concept of packages in svn

We are migrating from harvest to svn. In harvest there is a concept of packages to which we can add a group of files. Similar thing we want to implement in svn. Can I make use of properties for this? ...
0
votes
1answer
110 views

PHP - Retrieving data from form results on external website?

I have a fair understanding of how to harvest data from other websites, but I was wondering how I might go about writing a script that inputs and submits a form on an external website, allowing me to ...
0
votes
2answers
339 views

document is undefined problem in javascript

I got a code from google to harvest urls from google. I saved it as filename.js. When I run the file it showed "'document'is undefined". The part of the code which is showing problem is // ...
0
votes
1answer
331 views

in wix, when using heat.exe to harvest multiple files, how to customize KeyPath item

i have a lot file to harvest in a per user install project. i used heat.exe to harvest the file, but each file in one component has its own keypath property, while my files will copy to "app data" so ...
0
votes
3answers
370 views

Multithreaded Downloading Through Proxies In Python

What would be the best library for multithreaded harvesting/downloading with multiple proxy support? I've looked at Tkinter, it looks good but there are so many, does anyone have a specific ...