Page 1 of 1

Getting feedback from Custom Tool

Posted: Tue Jun 24, 2014 1:25 pm
by StupidSexyFlanders
Adding (or attempting to add) SVN functionality to PSS2014. I think I have built my CustomMenu.inf file correctly (the new options appear in the menu). But when I invoke them, nothing appears to happen. The files are not touched and I get no feedback from PSS (error or otherwise). Am I missing a step here?

Here are the command lines for adding, committing, and viewing the log using only svn (these work):

Code: Select all

C:> svn add [path to my file]
C:> svn commit -m "my comment" [path to my file]
C:> svn log [path to my file]
Here is how my inf file is formatted. I think this should do the same things...?:

Code: Select all

[menu]
1=&Add to SVN;svn add .
2=&Commit to SVN;svn commit -m "File commit from PowerShell Studio 2014" .
3=&Show Log;svn log .

Re: Getting feedback from Custom Tool

Posted: Tue Jun 24, 2014 4:05 pm
by StupidSexyFlanders
Looks like I (sort of) fixed this one myself my changing the file path from '.' (as it is in the Git example) to '.\'

I am still not getting any feedback from PSS, but at least it's doing something now. Now, if I could get it to prompt me to enter comments before committing changes, that would be the bees knees.

Re: Getting feedback from Custom Tool

Posted: Wed Jun 25, 2014 7:35 am
by davidc
There is an issue that prevents local custom menus from triggering; this will be resolved in the next service build.

David

Re: Getting feedback from Custom Tool

Posted: Fri Jun 27, 2014 11:19 am
by davidc
Please try the latest build and let us know if it resolves the issue.

David