-
Notifications
You must be signed in to change notification settings - Fork 15
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
The SVN commands #54
Comments
I wouldn't object on principle, but I would be mildly surprised if they were accessible through libgit the way the rest of this is done... |
Sadly, though I'm not shocked either, libgit doesn't expose the svn commands. Would you be apposed to my text parsing methods? I do admit this would mean a dependency on having git installed for using the SVN commands but that would only be to use them. |
I think that once you have that completely different external dependencies, at that point I would suggest it's a separate module. I think @SamuelEnglard is working a similar module based on parsing git.exe (see #53), it might be a better fit? 😉 Sorry, I couldn't resist. Honestly though -- I'm fine with the idea of putting SVN commands in this repo, just for the sake of collaborating on what things mean. I'm permanently disappointed that neither Posh-Hg nor Posh-Git was interested in my PRs to unify and make their configurations generic so I could share the prompt settings across them. We should do it as a separate |
I deserved that 😛 lol Sure. In my own work I found myself creating helper cmdlets that combined git and svn so not having to text parse the git side will be nice! |
In looking into git svn it's actually a perl script that calls SVN native or GIT native methods. Wondering if replacing that perl with PowerShell directly may be the solution. |
Still sorry about that... I aspire to be a better maintainer than Keith of 2013. 😬 Fortunately, Git won so nobody cares about Hg anymore. 😀 |
Sad but true(ish). Github won the game for git. @SamuelEnglard possibly. I don't know what the feature-set of |
@Jaykul you read my mind 😉 |
I (sadly) have to work with SVN repositories at work and having the svn command work would be awesome. Has any though been put into them? Would there be any objection to me looking into getting them started?
The text was updated successfully, but these errors were encountered: