Issue Details (XML | Word | Printable)

Key: HUDSON-2241
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
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

Fix so arguments use "-" on linux instead of "/"

Created: 20/Aug/08 07:09 AM   Updated: 20/Aug/08 03:44 PM   Resolved: 20/Aug/08 03:44 PM
Component/s: tfs
Affects Version/s: current
Fix Version/s: None

Environment: Platform: PC, OS: Linux


 Description  « Hide

Started on Aug 20, 2008 7:11:54 AM
[workspace] $ tf history $/Rainy/Dev /noprompt
/version2008-08-19T13:11:05Z~D2008-08-20T12:11:54Z /recursive
/format:detailed /server:http://foo.bar:8080/ ***
An argument error occurred: history requires exactly one server or local
path argument.
Executable returned an unexpected result code [100]



Sort Order: Ascending order - Click to sort in descending order
scm_issue_link added a comment - 20/Aug/08 03:37 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/BriefHistoryCommand.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/DetailedHistoryCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommand.java
trunk/hudson/plugins/tfs/src/main/java/hudson/plugins/tfs/commands/ListWorkspacesCommand.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/NewWorkspaceCommand.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/AbstractCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/BriefHistoryCommandTest.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/DetailedHistoryCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/GetFilesToWorkFolderCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/ListWorkspacesCommandTest.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/NewWorkspaceCommandTest.java
trunk/hudson/plugins/tfs/src/test/java/hudson/plugins/tfs/commands/UnmapWorkfolderCommandTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11642
Log:
HUDSON-2241 Fix so arguments use "-" on linux instead of "/"


redsolo added a comment - 20/Aug/08 03:44 PM

Verified