[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: IIS and SVN

From: Eric Lemes <ericlemes_at_gmail.com>
Date: 2006-07-27 02:55:40 CEST

There's a environment variable to make svn create his folders as "_svn". I
think the right variable is in the subversion book.

Anyway, if you install TortoiseSVN, it has a ".NET Hack" install option that
sets everything for you.

Eric Lemes

On 7/26/06, Eric Rousse <eric.rousse@telmatik.com> wrote:
>
> Hi Guys,
>
> I've did a couple of search about IIS and SVN and I haven't found a
> clear solution to my problem.
>
> Currently I've did a setup of SVN on a Windows 2000 server, it's working
> perfectly fine. That server is currently our dev server running IIS.
> What I did, is that I've installed svnserve on it, and every time
> someone does an modification on a file then a commit, via TortoiseSVN
> (on their PC). It calls a post-commit hook on the server.
>
> post-commit.bat
> C:\Progra~1\Subver~1\bin\svn update D:\websites\bluffm~1.com
>
>
> It works okay, but of course, I'm getting all the .svn folders in my
> websites, no big deal since its a dev site, but still I'm looking for
> other solution, if there's any...
>
> I haven't seen any clear solution and windows based solution about
> that... I've heard a couple of solution with perl possibly, and by using
> svn export (but in this case we have to find a way to delete removed
> files, right ?)
>
>
> The other problem, is that since the dev ppl, have access to the dev
> server via SVN, I was wondering, how we could automate the update of our
> prod server easily ? Either via the dev pc by using another repository
> to send the stuff to the prod server or with simply a script on the
> server it self, that could update the prod one. I was thinking of maybe
> a asp page that could call an svn update or export from the prod server.
> That way the dev ppl could do a deploy themself...
>
> Thanks for any input!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Thu Jul 27 02:56:50 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.