|
Orangestar
|
 |
« Reply #15 on: August 06, 2010, 01:29:03 am » |
|
1 Echo to tell you med0 made gmksplit 2 Pause So you can wait between splitting the gmk and zipping it back up.
1) Readme file.  I actually read those things. 2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back... ...like I did.
|
|
|
|
|
Logged
|
|
|
|
|
cats4gold
Guest
|
 |
« Reply #16 on: August 06, 2010, 01:30:04 am » |
|
1 Echo to tell you med0 made gmksplit 2 Pause So you can wait between splitting the gmk and zipping it back up.
1) Readme file.  I actually read those things. 2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back... ...like I did.1. fuck this 2. dude why bother clicking three more times
|
|
|
|
|
Logged
|
|
|
|
|
Orangestar
|
 |
« Reply #17 on: August 06, 2010, 01:31:21 am » |
|
2 Pause So you can wait between splitting the gmk and zipping it back up.
2) Y not just have two different batches? Run the first when you need to get unzip, the second when you need to put it back... ...like I did.2. dude why bother clicking three more times I like clicking my mouse.  makes me feel like I'm getting paid for this.
|
|
|
|
|
Logged
|
|
|
|
|
cats4gold
Guest
|
 |
« Reply #18 on: August 06, 2010, 01:39:24 am » |
|
Buttons and file browser Oh, must have used a modified copy... Anyway, I don't like having to command line so here's a GUI I whipped up, just plop it in the same folder as the gmksplit.jar and you can compile/decompile files from anywhere else. http://www.mediafire.com/?nxai71m3vcvc1cm 
|
|
|
|
|
Logged
|
|
|
|
|
Orangestar
|
 |
« Reply #19 on: August 06, 2010, 01:41:36 am » |
|
Yeah, a little slow on that. besides, after screwing around with the command prompt, before L posted that. I said "Fuck it, I'll just download Vindy's GUI. Now where did he post it?" *L posts* "......Lucky me." True story.
|
|
|
|
|
Logged
|
|
|
|
|
cats4gold
Guest
|
 |
« Reply #20 on: August 06, 2010, 01:43:41 am » |
|
Yeah, a little slow on that. besides, after screwing around with the command prompt, before L posted that. I said "Fuck it, I'll just download Vindy's GUI. Now where did he post it?" *L posts* "......Lucky me." True story.
even though my batch is amazing and fantastic?
|
|
|
|
|
Logged
|
|
|
|
|
cats4gold
Guest
|
 |
« Reply #21 on: August 06, 2010, 01:46:09 am » |
|
why does your batch split it twice?
split it, then press any key to zip it back up oh, haha, i forgot to copy.
|
|
|
|
« Last Edit: August 06, 2010, 01:48:16 am by Cats4Gold »
|
Logged
|
|
|
|
|
cats4gold
Guest
|
 |
« Reply #22 on: August 06, 2010, 01:48:46 am » |
|
java -jar gmksplit.jar xyz.gmk xyz_split pause java -jar gmksplit.jar xyz.gmk xyz_split pause  that just splits it twice. edit; unless medo changed how it works edit; i fix fol u, check post above yours
|
|
|
|
|
Logged
|
|
|
|
|
MedO
|
 |
« Reply #23 on: August 06, 2010, 04:16:10 am » |
|
I thought about mentioning your GUI in the guide, but hadn't been able to test it before, so I didn't know whether you can see the output of Gmk Splitter if you use it.
Just two things, why do you copy the source directory before starting, and could you let the output stay visible until the user hits a button? Alternatively, could you redirect it to a log file?
In addition to this GUI, we could look for a GUI for Git to recommend for console-averse people. There are several (e.g. Git Gui, SmartGit, TortoiseGit), but I didn't try working with them so far.
Edit: SmartGit looks like a good candidate. If you worked with any TortoiseXYZ before you might prefer TortoiseGit though.
|
|
|
|
« Last Edit: August 06, 2010, 05:04:38 am by MedO »
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
cats4gold
Guest
|
 |
« Reply #24 on: August 06, 2010, 12:56:24 pm » |
|
I thought about mentioning your GUI in the guide, but hadn't been able to test it before, so I didn't know whether you can see the output of Gmk Splitter if you use it.
Just two things, why do you copy the source directory before starting, and could you let the output stay visible until the user hits a button? Alternatively, could you redirect it to a log file?
In addition to this GUI, we could look for a GUI for Git to recommend for console-averse people. There are several (e.g. Git Gui, SmartGit, TortoiseGit), but I didn't try working with them so far.
Edit: SmartGit looks like a good candidate. If you worked with any TortoiseXYZ before you might prefer TortoiseGit though.
Honestly? Smartgit? Perfect opportunity for GitSmart.
|
|
|
|
|
Logged
|
|
|
|
|
MedO
|
 |
« Reply #25 on: August 08, 2010, 06:36:55 am » |
|
If you have the time, you can also try to do the same thing with Bazaar. I can set up the same repository on Launchpad, if you want to try it. After that you can tell us which is easier to learn.
|
|
|
|
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
MedO
|
 |
« Reply #26 on: September 30, 2010, 06:36:06 pm » |
|
The latest version of Gmk Splitter changes the source tree format a bit, and I changed my local repository accordingly. The repository on Github will be replaced with one that uses the new format too, so if you already started working with that repository (I doubt anyone has, actually) please let me know so I can help you convert your own repository.
|
|
|
|
|
Logged
|
It is the business of the future to be dangerous; and it is among the merits of science that it equips the future for its duties. [...] if you have a large enough codebase, any class of error that is syntactically legal probably exists there.
|
|
|
|
NAGN
|
 |
« Reply #27 on: October 18, 2010, 06:02:08 pm » |
|
this is so buggyyyyy
|
|
|
|
|
Logged
|
  [im
|
|
|
|
NAGN
|
 |
« Reply #28 on: October 18, 2010, 06:10:04 pm » |
|
no really
every time I recompile something it keeps saying the file is corrupted
|
|
|
|
|
Logged
|
  [im
|
|
|
|
Alfred
|
 |
« Reply #29 on: October 18, 2010, 06:11:05 pm » |
|
Check the announcement.
|
|
|
|
|
Logged
|
my name is taimat i eat a lot of chips break a lot of games suck a lot of dicks [05:36] <@Vindicator> wow [05:36] <@Vindicator> bawls taste amazing
|
|
|
|