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

Re: Automatic update folder

From: Ryan Hathaway <rghathaway_at_starkcountyohio.gov>
Date: Thu, 20 Nov 2014 11:29:50 -0500

If I understand your minimally worded request correctly, you are trying to keep a particular working copy on a particular machine synchronized with the latest version committed to your Subversion Repository.

Three possible solutions come to mind immediately, depending on the particulars of your situation which you have not shared:
1.: Use server side hook scripts, and force the SVN Repo server to perform some kind of scripted actions after any commit which affected the svn branch of concern.
2.: Check out a clean working copy, and ensure it is never modified locally, or the conflict issues already mentioned could give you trouble down the road, and issue the update command as frequently as necessary.
3.: Windows scheduled task to call a custom .cmd, .bat, .vbs, python, powershell, or similar script on a recurrent timer which removes and exports the folders/files in question, using command line version of svn export.

Thank you,

-Ryan

Ryan Hathaway

Programmer Analyst

Office of Alan Harold, Auditor
Stark County Ohio
110 Central Plaza S
Canton, OH 44702

330-451-1414

***Please note: My email address has changed to rghathaway_at_starkcountyohio.gov ***

>>> scodec <scodec121310_at_gmail.com> 11/20/14 11:18 AM >>>
As title,
I want to keep folder update to latest version.
how do I set up SVN properties ?

By the way, I am using Tortoise 1.6.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3091584

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3091607

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-11-20 17:31:52 CET

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

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