Posted by ceardach on June 14, 2009 at 8:18pm
Jump to:
| 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
This task is blocking #491588: (30 Days) Integrate commit scripts with file upload
#2
#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