Samapico Posted October 21, 2006 Report Posted October 21, 2006 I have found a way to update from / commit to the repository without tortoiseSVN, so I can now work on DCME when I want to I use the command-line based Subversion program... but I made myself some interface in VB to work with it easily.. so I have my "View changes" , "Checkout" and "Commit" buttons that generate and run custom .bat files for ez map editor editing
Witchie NL Posted October 21, 2006 Report Posted October 21, 2006 i dont understand it but sounds good.
Drake7707 Posted October 22, 2006 Report Posted October 22, 2006 ahhh the fun in creating your own tools for something rather than use someone else's
Samapico Posted October 23, 2006 Author Report Posted October 23, 2006 look at this interface... i could probably sell that for a couple of thousands dollars... $$$
»SOS Posted October 24, 2006 Report Posted October 24, 2006 Are you actually adding in any comments? The comments field seems way too small. Comments are a very important thing! Cool that you are able to develop now, hehe
Samapico Posted October 25, 2006 Author Report Posted October 25, 2006 i write comments.. and i can write stuff larger than the comment box width...with the command-line Subversion program i can only write single-line comments though
Drake7707 Posted October 25, 2006 Report Posted October 25, 2006 unless you put vbnewline chars in the textbox, or newline feed chars
Samapico Posted October 26, 2006 Author Report Posted October 26, 2006 problem is that i have to generate a .bat file ... so if there's a vbnewline or linefeed char in my string, it will make a new line in the .bat text file and screw up everything... i guess i could execute the commands directly, but the console window will probably close right after its done, which is not useful when you want to read the log or things like that
»SOS Posted October 26, 2006 Report Posted October 26, 2006 Redirect the output stream then! Oh wait, VB Pipe it to a file then!
Drake7707 Posted October 26, 2006 Report Posted October 26, 2006 you can read and send messages to a command prompt.
Samapico Posted October 26, 2006 Author Report Posted October 26, 2006 yeah i can do lots of things that would probably work better than that... but i didnt know exactly how so... bleh...but i'd like to know how to send directly to the command prompt and read what's coming out of it.. mhm
Recommended Posts