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

cvs2svn.py problem with --trunk

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-06-12 19:43:00 CEST

Hi Karl,

I'm seeing some odd behavior using cvs2svn.py's --trunk:

% cd svn/tools/cvs2svn
% ./cvs2svn.py -s repos --create --trunk path/to/my/trunk test-data/main-cvsrepos/proj
% svn co file://`pwd`/repos r

In the r directory, I see the path/to/my/trunk which is expected,
but I also see sub1, sub2 and sub3:

% cd r
% find . -type f | grep -v /.svn | sort
./path/to/my/trunk/default
./sub1/path/to/my/trunk/default
./sub1/path/to/my/trunk/subsubA/default
./sub1/path/to/my/trunk/subsubB/default
./sub2/path/to/my/trunk/default
./sub2/path/to/my/trunk/subsubA/default
./sub3/path/to/my/trunk/default

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 12 19:43:50 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.