79764957

Date: 2025-09-15 09:33:59
Score: 1
Natty:
Report link

A practical way to solve this is to use SVN AutoCommit (Windows, Python). It watches your staging directory for changes inside any SVN working copies and automatically commits updates to SVN—handy when designers/devs forget to commit.

What it does

Links

Setup (quick)

  1. Install it,

  2. Point it at your staging folder,

  3. Set desired file extensions/scope,

  4. Start watching—changes get committed automatically.

(General best practice is still to commit locally and deploy from SVN/CI, but if you need commits to originate from staging, this tool automates it reliably.)

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nasrollah Moosavi