1

I'm trying to sync only the tag folder with another repository. svnsync will sync entire repository. But i need only a specific folder to be synced on post commit. I'm using uberSVN. Is there any solution?

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
pradeep
  • 155
  • 1
  • 4
  • 14

2 Answers2

2

As of SVN 1.5 you can use svnsync to mirror only parts of the repo.

See the svnsync notes for instructions: typically svnsync init file://pwd/dest http://svn.example.org/source/repos/project1 is all the changes you need.

gbjbaanb
  • 51,617
  • 12
  • 104
  • 148
-1

With turtoise svn I get in the folder I want to update and hit update. It will update only this folder and subdirectories recursively.

Panos
  • 7,227
  • 13
  • 60
  • 95