Download & Extend

(30 Days) Scripts for untarring/unzipping a file and committing to CVS

Project:Simple Committer
Component:Code
Category:task
Priority:normal
Assigned:ceardach
Status:active

Issue Summary

When given a file, that file should be untarred/unzipped and committed to Drupal CVS as a theme project. For now, we will use a stock user account, and all commits from this module will be from that one committer.

Comments

#1

#2

Title:Scripts for untarring/unzipping a file and committing to CVS» (30 Days) Scripts for untarring/unzipping a file and committing to CVS

#3

It looks like we can use some code of the WinCVS project for CVS. They have a Macro for committing to a branch (or HEAD) that performs any necessary "cvs add" and "cvs remove" commands: http://cvsgui.cvs.sourceforge.net/viewvc/cvsgui/cvsgui/Macros/CopyToBran.... We could either integrate a modified version or port the useful parts.

#4

Amazon sent me this link on twitter: http://subversion.tigris.org/webdav-usage.html