History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SCM-84
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Venisse
Reporter: George Gastaldi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven SCM

Develop VSS Provider for Maven-SCM

Created: 24/Nov/05 11:27 AM   Updated: 13/Mar/07 08:05 AM
Component/s: maven-scm-provider-vss
Affects Version/s: None
Fix Version/s: 1.0-beta-4

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive maven-scm-provider-vss-unfinished.zip (36 kb)
2. Zip Archive maven-scm-provider-vss.zip (30 kb)

Issue Links:
dependent

Complexity: Intermediate


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
George Gastaldi - 24/Nov/05 01:43 PM
Source Code attached. Commands not implemented yet !!!


Emmanuel Venisse - 24/Nov/05 02:41 PM
Add remove and status command require by maven release plugin

George Gastaldi - 27/Nov/05 07:58 PM
This is my last update. Commands are implemented and some adjustments must be done. Please check this asap.

Emmanuel Venisse - 28/Nov/05 11:27 AM
TO DO:

To fix:

  • Checkout command doesn't launch code but always return null.

How do checkout command work in VSS? it checkout files in a predefined directory (defined in VSS conf) or can we checkout files where we want?


George Gastaldi - 28/Nov/05 11:49 AM
The CheckOut command exclusively checks out a file in a Working Dir. In http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html/vstskuse_command_line_commands_and_options.asp there are the supported commands for SS.EXE.

AFAIK, it is possible to checkout files wherever you want.


Emmanuel Venisse - 31/Jan/06 07:35 AM
Do you have done more work on this provider?

George Gastaldi - 31/Jan/06 07:44 AM
No. I dropped the project, because I got no time to continue. Anyway, the classes are attached to this issue.

Emmanuel Venisse - 31/Jan/06 02:37 PM
I started the VSS provider with only the changelog command for now. I used partially the code provide in this patch.