Re: syncing two directories with SVN repository.
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Thu, 23 Sep 2010 15:14:48 -0500
On Sep 23, 2010, at 14:41, Charan wrote:
> I have two requirements but I'm not sure whether SVN is capable of doing it
If those are working copies of the same place in the same repository, then you can run "svn up" to sync both of them with the server. If these hundreds of directories are all within a common repository parent, you can just "svn up" the parent. If not, you'd have to "svn up" each of them.
> 2. Standard SVN tree structure
You can write a pre-commit hook to prevent that.
|
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.