Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a client that must install a web application by himself, is there a way I can send him a package(installer) that installs TortoiseSVN and checkout a working copy of the code?

I Guess I can always make an NSIS installer, but maybe, just maybe there is already an application that do that.

Thanks!

share|improve this question
Of course i prefer that to be done via SVN, so I can fix and extend the code in my house and he can just update his working copy – levhita Mar 10 '10 at 2:29
Why is this community Wiki? – Pekka 웃 Mar 10 '10 at 2:29
Because I want this question to not generate reputation and be editable by users with more than 100rep. – levhita Mar 10 '10 at 2:39
Well sure, you could just tell your client to download TortoiseSVN and tell him the URL of your repository. (Presumably with permissions to prevent the client from doing commits.) But using SVN sounds like a fair amount of overkill (plus you get into the problem of the client's web server containing copies of the .svn folders, etc.) – ThatBlairGuy Mar 10 '10 at 21:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.