You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm where repo is in your path, e.g. which repo, you will need the full path more than likely, this is referenced as [REPO] where [REPO] will be something like /usr/local/bin/repo for example.
Install the external commands plugin from the netbeans plugin options.
Open the application preferences and go to Miscellaneous > External Commands.
Configure each command as follows:
get : [REPO] get -f ${FilePath}
put : [REPO] put -f ${FilePath}
status : [REPO] st ${FilePath}
diff : [REPO] diff ${FilePath}
Current status and diff do not work because they do not have the working directory set to the project root before the command is run. This would require extra work to support (but not impossible.)
You can also map these commands to shortcuts from Preferences > Keymap. The commands are generically listed as "Command 1", "Command 2", etc.
The text was updated successfully, but these errors were encountered:
Repo also works with Netbeans if you install the "External commands" plugin. https://github.com/tristanjl/netbeans-externalcommands
Instructions:
which repo
, you will need the full path more than likely, this is referenced as [REPO] where [REPO] will be something like /usr/local/bin/repo for example.Current status and diff do not work because they do not have the working directory set to the project root before the command is run. This would require extra work to support (but not impossible.)
You can also map these commands to shortcuts from Preferences > Keymap. The commands are generically listed as "Command 1", "Command 2", etc.
The text was updated successfully, but these errors were encountered: