Hi all,
I am writing this Java tool through which users will be committing a
bunch of files and directories with the click of a button. They don't
even have to use any SVN tool's GUI or command line for the same.
However, I need to allow users to specify the directory under which
they would like to commit their files. For this purpose I need
something to the equivalent of JFileChooser and I guess the Repo-
Browser serves this purpose. So here are my questions:
1. My tool should have a browse button and when a user clicks on this,
the repository browser should open up (maybe a command line invocation
of the GUI and specifying the URL as a parameter to it) and the user
should choose the destination dir. How do I do a cmd line invocation?
2. Is there a better way of doing the above?
3. How do I get the contents of the 'URL' text box of the Repo-Browser
which tells me which folder in SVN was selected?
Appreciate all the help I can get.
Regards,
Gowri
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-05 21:54:15 CEST