Tagged Questions

1
vote
1answer
138 views

How do you specify a required switch (not argument) with Ruby OptionParser?

Say I'm writing a script and I want to require a --host switch (with value of course) but if the --host switch isn't specified I want the option parsing to fail. I can't seem to f …
0
votes
5answers
47 views

To take the backup of required files of SVN repository

Dear All, I need to take the backup of one folder of my SVN repository. for this i have tried with svndump and svndumpfilter commands but of no use. Can any one pls. explain how …