Best Practices: Merge from public repository to my own
From: Raterus <raterus_at_hotmail.com>
Date: 2006-06-07 21:08:39 CEST
Hello,
In my development environment, I have a component I am using, which the latest stable version is always available through a public SVN repository.
I'm trying to create a way, so I can get the latest version from the public repository anytime I want, but be able to keep configuration changes I've made to my local working copy.
The trick is, I need my local working copy of changes to this component to be stored into my local svn repository, so other developers can get an updated version anytime they need it.
The only way I know how to do this is, assuming I already have a version of this component imported into my local repository (I'll call this [LocalChanges] in my example)
1) Update my working copy of public component [PublicChanges]
Is this the best/easiest way to do this? Is there a way I can point the public repository url to my local repository and merge like that (I've tried everything I can to actually do this)
Thanks for any help you might provide!
---------------------------------------------------------------------
|
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.