I think SVN won't be able to do this at all, without doing a manual
merge using a different tool outside from SVN.
Thanks!
Mark
--
------------------------------------
Mark John S. Buenconsejo
http://www.simpleteq.com
We were in a similar situation several months ago and like you, no one
in our team has any experience in git. But we knew SVN is not suited
to the problem we had at that time.
Our options were:
A. Use an existing tool that WILL NOT solve the problem.
B. Learn a new tool that will solve the problem.
Yes, there will be downtime during the transition but just consider
the benefits to your team using git against the cost of learning it.
I'm sure option B would make sense.
I find these two sites very useful when learning git:
http://eagain.net/articles/git-for-computer-scientists/
http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Regards,
Greg
On Wed, Jul 30, 2008 at 2:59 PM, stephen <devp...@gmail.com> wrote:
>
You're welcome.
HTH
- Greg