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

RE: RE: Post Commit Working Copy Update - windows

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-22 22:33:41 CEST

> -----Original Message-----
> From: Marc [mailto:subscriptions@advantex.net]
> Sent: Friday, September 22, 2006 4:10 PM
> To: 'Subversion Users List '
> Subject: RE: Post Commit Working Copy Update - windows
>
>
> Are my messages making it to the list? Is there nobody to
> help a newbie?
>
> > -----Original Message-----
> > From: Marc Funaro [mailto:marc@advantex.net]
> > Sent: Friday, September 22, 2006 2:43 PM
> > To: Subversion Users List
> > Subject: Post Commit Working Copy Update - windows
> >
> > Could someone please supply me with post commit hook
> > code for a windows batch file, that would update a
> > working copy on the same machine where the subversion
> > standalone server is running? Or point me to a link?
> >

In the hooks directory in your repository, run 'notepad
post-commit.tmpl' and follow the directions. It tells you how to create
a hook on windows.

The batch file you create will probably be something like:
        "c:\program files\subversion\bin\svn.exe" update
path_to_the_workspace

As for newbies, there are Subversion newbies, and then there are newbies
who need to RTFM. =)
Refer to
        http://svnbook.red-bean.com/
and
        pick up a book on DOS batch programming (or search the web for a
batch file primer.) That should be enough to get you going.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA624

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 22 22:38:55 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.