Code Hungry
Code Hungry

Reputation: 4000

How to Run SVN Commands and Shell Scripts using command prompt

I am trying to get an solution but i have found any thing on it. I want to create an GuI Application where i am accepting Host Port Number,User Name and Password .

After a Successful connection i want to execute some Tortoise Svn Commands through GUI. Then I want to run one shell Script.

Please help me for doing this.Thanks in Advance.

Thanks for reply I am Trying to connect to remote Host through Telnet or ssh and then i want to export data from svn on some destination folder. and then need to run a default.sh shell script which creates zip of extracted data and other stuff.

i am using java 1.6, Tortoise Svn 1.6.16, My operating system is Win Xp.

Upvotes: 0

Views: 2036

Answers (2)

Chris Thornton
Chris Thornton

Reputation: 15817

You don't use Tortoise for this. Install the Subversion command-line client, and run your commands that way. http://www.collab.net/downloads/subversion/

Upvotes: 1

user219882
user219882

Reputation: 15844

Look at SVNKit. It might help you.

And for the record - all svn commands are the same everywhere, they does not depend on the client you are using. Tortoise is just one of implementations which calls the svn commands.

Upvotes: 1

Related Questions