[Plugin] Archiver.rb - update
-
-
See my earlier post for the fix...http://www.sketchucation.com/forums/scf/viewtopic.php?p=146804#p146804
-
hmm...
i still can't seem to get this to workas far as i can tell, the only thing it does is create a folder called '\Archives' directly on my boot disk (not nestled in any other folders)..
i've tried various things with that folder such as placing my .skp directly in there or nestled in it's own model folder.. i've tried moving the \Archives to other locations as well. i've also tried working directly off the desktop (which is my normal method of working anyway - it'd probably be best if i could keep it that way.. have a model folder on my desktop to which the archiver files are added)
when i select File/Open Archives, i get 'NO 'Archives' Folder for 'modelname' ! no matter how many times i tried to archive it.
i'm hoping this isn't a mac thing.. i always feel like such a pest with my OS
-
ok, thanks for helping
i found the rogue files (they were placed in the same location as the archive folder .. there were 5or6 of them)i have to go get my daughter from school right now but i'll do what you're saying when i get back.
-
ok, here's the output:
/Users/jethro/Desktop/archiver_test2/archiver_test2.skp
/Users/jethro/Desktop/archiver_test2/archiver_test2.skp
archiver_test2
nil
archiver_test2[09-04-06_18-57-35].skp
\Archives
\Archives\archiver_test2[09-04-06_18-57-35].skp
Error: #<Errno::ENOENT: No such file or directory - >
/Library/Application Support/Google SketchUp 7/SketchUp/Tools/Archiver.rb:82:inchdir' /Library/Application Support/Google SketchUp 7/SketchUp/Tools/Archiver.rb:82:in
make'
/Library/Application Support/Google SketchUp 7/SketchUp/Tools/Archiver.rb:177[ps: i put in a request with csaba to break this part of the thread into a new one]
-
It's as I thought...
A Mac needs / in its file paths...
A PC can have either \ or /, except for 'UI.openpanel' which must have ... [unsure about it for Mac***]
SUp on PC gives paths etc with \ separators, while PC Ruby can take either: I expect that Mac-Ruby uses / always ?
I have rewritten things to trap for this.
It's still working fine on my PC.
I hope it now works on a Mac... since I don't have a Mac please let me know that File -> Archiver AND ***Open Archive are both working - you might need to make some archives and then reopen the model to get the second Menu option to appear...Note I've removed the 'user' suffix option as it was not that useful anyway and difficult to get/trap cross-platform...
After almost four years a Mac user finally reports a bug with this script !!!
Hopefully it's now properly cross-platform...
-
@tig said:
I hope it now works on a Mac... since I don't have a Mac please let me know that File -> Archiver AND ***Open Archive are both working - you might need to make some archives and then reopen the model to get the second Menu option to appear...
awesome! it's working fine now.. this is surely going to be one of my most used rubies..
fwiw, the 'open archive' menu option appears from the get-go and i only have to save an archive in order for the list to appear.. i don't have to save/reopen the model first.
thanks so much!
-
Hooray !
It will require a little 'management' on your part. If you save every 15 minutes of an eight hour day that's 32 copies of your model !
-
@tig said:
Hooray !
It will require a little 'management' on your part. If you save every 15 minutes of an eight hour day that's 32 copies of your model !
well, that's generally how it is anyway for me but i'm usually just saving to my desktop and though i try to have some sort of naming system for the files, it always gets screwed up about half way through .. i'm left doing a major clean-up/figuring out what is what every few days.. when i'm at home working on a model, i can stay a bit more organized but i also use sketchup on the job site where it's a lot more hectic - that's where archiver.rb is going to shine i think.
this ruby will actually help me keep organized.. especially once OS X supports .skp files (fingers crossed) and i'll be able to go through the archives via cover flow (ability to flip through full sized previews, iTunes style, without actually opening the file)
-
Hi TIG,
Another brilliant ruby script from the brilliant mind.
I'm going to add this gem to pushpullbar's Ruby Index, so let me clarify a couple of things before I do that.- Should I have the link few posts above as the "definite" version of archiver.rb for now? Can I request Didier Bur to update your archiver.rb in Ruby Library Depot to the above version? It doesn't look like Didier had time to update the site for quite some time.
- I always thought "_" is more common (less problematic) divider than "-" in file names, is there any specific reason you chose "-" as a default divider?
Thanks in advance.
-
Thxs Tig !
Life saver plugin
Now i can travel back in time -
@takesh h said:
Hi TIG,
Another brilliant ruby script from the brilliant mind.
I'm going to add this gem to pushpullbar's Ruby Index, so let me clarify a couple of things before I do that.- Should I have the link few posts above as the "definite" version of archiver.rb for now? Can I request Didier Bur to update your archiver.rb in Ruby Library Depot to the above version? It doesn't look like Didier had time to update the site for quite some time.
- I always thought "_" is more common (less problematic) divider than "-" in file names, is there any specific reason you chose "-" as a default divider?
Thanks in advance.
v1.7 is the best one - link to that. Didier can add v1.7 if he wants to...
It's easy to change the separators - edit the file and make sep="_" or whatever text you want that's allowed in filenames. The only advantage is that in the filename "model[yy-mm-dd_hh-mm-ss].skp" the date and time are more easily read separated by the _. You could even use sep="" and get "model[090407_072210].skp"... It's easily adjustable to suit your own whims... -
Now you tell me it's a Mac !!! That's probably the basis of the problem...
It might be best to go to PM or a new thread ?
Firstly please do a Finder search to locate the rogue .tmp files and chuck them - they should have been with the model and removed as the archive is copied over...
The 'Archives' folder should be in the model's folder. It's made for each model folder. Unless your model is in the root directory it shouldn't be made in there...
Here's a version that writes everything to the ruby console... Open the console, run the Archiver and copy paste the several line of output into a message for me so I can see what's up... -
Jeff
EDIT:
I've looked into it...
Here's an updated version. It failed before probably because another script was setting the 'default directory' to somewhere else: this version now makes sure it's set to be the model's folder (I added line 80)...I've ### out the user name and confirming dialog - it you want them back then edit the file and go to lines 75 and 87 respectively and remove the initial '###' to have them show...
If you find a load of "archiver_test[nn-nn-nn_nn-nn-nn_XXX].skp.tmp" files - probably in your Plugins folder - then accept my apologies and throw them away !
It now works silently and puts things in the correct places...
EDIT: see v1.7 http://www.sketchucation.com/forums/scf/viewtopic.php?p=147035#p147035 -
Thanks for explanation, that makes whole a lot of sense.
I'll forward the link to Didier Bur. -
TIG,
It's online now.
http://www.pushpullbar.com/forums/ruby-scripts/9467-visual-index-ruby-scripts.html#post146070
If there is anything wrong with my review, please don't hesitate to tell me.
Thanks a bunch. -
just reporting back after a week or so of using archiver.
this plugin is awesome!
thanks again TIG.
-
Glad its useful...
If anyone else has any feedback (even critical !) please let me know...
-
@tig said:
Glad its useful...
If anyone else has any feedback (even critical !) please let me know...
What happens if you open an archived model, then use archiver again? Does the date-stamped filename get longer, or does the date-stamp get updated?
Also, a good option may be to have a "branch" option. Branching would prompt for a new filename and save the model under that name. A branch might be used to experiment with variations in a model, then allow to switch back and forth between branches.
Personally, I have turned off SketchUp Auto-save and am in the habit of hitting Ctrl-s (save) to save the model. So, maybe it could be tied to the built-in Model > Save through the onSaveModel ModelObserver.
Just thoughts - I would consider it an essential plugin as it is. Thanks.
-
If you open an archive and modify it and then archive it you will get another date-time stamp added to the end of its name, in another Archives folder within the original Archives folder... I'd recommend copying archives rather than using them direct since saving alterations overwrites the earlier version. That way you know which version of the model you are working on but keep the original archive unchanged... You can always open an archive and save_as Model-Option-B etc...
Your 'branch' option is called 'design options' in Revit... At the moment you will need to save as a number of models and archive each as desired... Your 'Archiver+Option' would archive the current Model.skp make /Archives/Model[yy-mm-dd_hh-mm-ss].skp and then open a save_as dialog with suggested incremented option name - e.g. Model[Option-01].skp - you could always change what's inside the []. Work on that version and make archives etc as usual. Then perhaps you decide that you want to explore another variant... pick 'Archiver+Option' again - it then spots the [] on end of the name and suggests a save_as with an incremented name - e.g. Model[Option-02].skp etc etc... Option-01 to Option-99 would be the typical range...
I'll see what I can clobber together... watch this space...
Advertisement