Issue Details (XML | Word | Printable)

Key: HUDSON-2277
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: redsolo
Reporter: redsolo
Votes: 0
Watchers: 0
Operations

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

Add support for the opentf tool

Created: 26/Aug/08 01:48 PM   Updated: 26/Aug/08 04:01 PM
Component/s: tfs
Affects Version/s: current
Fix Version/s: None

Environment: Platform: All, OS: All


 Description  « Hide

Add support for the opentf tool (http://code.google.com/p/opentf/)



Sort Order: Ascending order - Click to sort in descending order
scm_issue_link added a comment - 26/Aug/08 02:45 PM

Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/AbstractCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/DeleteWorkspaceCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/DeleteWorkspaceCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11767
Log:
HUDSON-2277 Adding support for the opentf tool


scm_issue_link added a comment - 26/Aug/08 03:44 PM

Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/MapWorkfolderCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/UnmapWorkfolderCommand.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/MapWorkfolderCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/UnmapWorkfolderCommandTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11771
Log:
HUDSON-2277 Add support for the opentf tool


scm_issue_link added a comment - 26/Aug/08 04:01 PM

Code changed in hudson
User: : redsolo
Path:
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/MapWorkfolderCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/UnmapWorkfolderCommand.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/MapWorkfolderCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/UnmapWorkfolderCommandTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11772
Log:
HUDSON-2277 Undo last commit (map/unmap does not take owner in workspace name)