1

I currently develop on a Windows PC and store the code in an SVN repository that is accessed via a combination of SVN, PuTTY, and Pageant. I would like to be able to view code in the repository on an iPad but I am unsure if this is possible because of the PuTTY and Pageant element?

I'm just researching this at the moment and can see there is an SVN client for iOS but I'm not sure how to get the PuTTY/Pageant working with this?

No code to show

I hope it is possible to view the files as I going to remote locations and don't have the ability to carry a laptop and would like to be able to use my phone

Muneeb Ali
  • 472
  • 6
  • 14
minieggs
  • 19
  • 4

1 Answers1

0

Why do you think that you need SVN client to view data in your repository? You could use a web interface instead. For example, take a look at the web UI built in VisualSVN Server. It works great with mobile web browsers, activates automatically and works out of the box (no configuration required) when you use VisualSVN Server.

Note that Apache+DAV_svn supports (very) basic repository browsing capabilities and there is more functional ViewVC. But they both need manual installation and setup.

bahrep
  • 29,961
  • 12
  • 103
  • 150