Custom toolbar commands for Check In / Check Out
I've created 3 custom commands:
ci -u !&
co -l !&
ci !&
co -u doesn't work because it requires some input, no problem I can do this with a shell the the initial checkin.
The other two work but I get an error window because they don't return a positive code:
Command 'ci "file.xml"'
failed with return code 0 and error message
RCS/file.xml,v <-- file.xml
file is unchanges; reverting to previous revision 1.1
done
Anyone have experience with this? I haven't worked with RSC much yet so I could be doing this wrong. Thanks
ci -u !&
co -l !&
ci !&
co -u doesn't work because it requires some input, no problem I can do this with a shell the the initial checkin.
The other two work but I get an error window because they don't return a positive code:
Command 'ci "file.xml"'
failed with return code 0 and error message
RCS/file.xml,v <-- file.xml
file is unchanges; reverting to previous revision 1.1
done
Anyone have experience with this? I haven't worked with RSC much yet so I could be doing this wrong. Thanks