SVN Integration - solutions
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Find possible solutions for minimal up to elaborate SVN integration.
Minimal features:
* Commit/update
* Mark changed/new files
* Move, delete
* Diff/merge
Can it be done in AS3 or do we need to use Java?
Maybe we should just the native commandline svn client.
Original issue reported on code.google.com by victor.dramba
on 31 Oct 2009 at 10:19
GoogleCodeExporter commented
You may want to be a bit more generic; so many Flash developers are using other
solutions these days (Git, Mercurial). So support for generic version-control
instructions, and maybe a plugin class for each actual implementation.
It's not beyond AS3 these days to support versioning systems via sockets, but I
suspect you'd be reinventing the wheel. There are a number of libs already
available
for various SCMS in Java - additionally, if you go the plugin route in Java,
then you
could always just use the native commandline clients as you say! I'd go for
Java -
much faster route to an answer, I think.
Original comment by wildwin...@gmail.com
on 2 Nov 2009 at 3:16
GoogleCodeExporter commented
that's true. the success of my little project is way beyond expectations, so i
guess we
should make the foundation flexible.
i hope the general performance of flash player will improve, especially on
linux, otherwise minibuilder will remain a marginal cool air app. than all my
time and hope
will be in vain
Original comment by victor.dramba
on 2 Nov 2009 at 3:27