Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next action: make "commit" work #3

Open
kgrossjo opened this issue Jan 24, 2016 · 0 comments
Open

Next action: make "commit" work #3

kgrossjo opened this issue Jan 24, 2016 · 0 comments

Comments

@kgrossjo
Copy link
Owner

After svn:status, the user sees a list of files, can move between them using j/k and select some of them with m. In theory the command svn:commit should then commit those selected files. But it's not working: svn is running in noninteractive mode and it complains that it can't run an editor to get the commit message in noninteractive mode.

So I guess I will have to provide a template, open that in a new text editor tab, allow the user to make edits there, then hook into save to execute the commit. This is how Atomatigit and Go Git do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant