[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn merge problem

From: YoungHun Park <wegaia_at_bitsgen.com>
Date: Mon, 24 Mar 2008 12:28:32 +0900

hello all,

i'm testing my first subversion server (1.4.6) on a fedora 8 machine.
it's ok overall cases but when i try to test the branch function, here's the problem.
somtimes it's ok(fast result), but sometimes, the completion time is very very long,
and sometimes, the svnserve process(a forked process) become a zombie one.

here, i branched my test project like below.

svn copy svn://192.168.0.4/test7/trunk svn://192.168.0.4/test7/branches/testBranch1
svn checkout svn://192.168.0.4/test7/branches/testBranch1 branch-1
svn checkout svn:://192.168.0.4/test7/trunk trunk_1

then i changed a sample file in the directory 'trunk_1', like ..../trunk_1/some_path../sample_file
and committed it to the server(the revison number 938)
and i changed the current directory to test_Branch_1/some_path../, and did

branch-1$ svn merge -r 935:HEAD svn://192.168.0.4/test7/trunk/some_path../

then here, when i push the enter key, it takes a very very long time to fininsh the job
(and sometimes the process dies and even sometimes it's ok)

does anyone got a clue?


thanks in advance,

YungHunPak


Received on 2008-03-24 04:29:03 CET

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.