Lev Serebryakov wrote:
> It is first public release. It is experimental release, but it works much
> better than cvs2svn.py _for_me_.
>
>
Wow! You must have too much time on you hands. :-)
Why did you choose to write a new tool instead of fixing cvs2svn.py? I'm
not saying that it's wrong or bad or anything, but I'm curious.
> PLEASE, PLEASE, try it and send bugreports to me!
>
>
I did a quick test and it fails for the attached file which has two @'s
as the last characters on the last line, i.e. not even an EOL. It also
created 309 revisions for a repository where cvs2svn.py created 3044
revisions, but I don't have time to look into that right now.
/Tobias
head 1.6;
access;
symbols
MERGE_PATCH_TRACKER_1_2_1_TO_MAIN_031106:1.6
PATCH_TRACKER_1_2_1:1.6
PATCH_ECG_T1_1_1:1.6
RELEASE_TRACKER_1_2:1.6
RELEASE_ECG_T1_1:1.6.0.2
TEMP_TRACKER_1_1_3:1.6
STABLE_ECG_T1_1_2:1.6
STABLE_TRACKER_1_1_2:1.6
SNAPSHOT_TRACKER_1_1_1:1.6
SNAPSHOT_ECG_T1_1_1:1.6
SNAPSHOT_ECG_T1_1:1.6
RELEASE_TRACKER_1_0_2:1.6
RELEASE_ECG_C4_2:1.6
RELEASE_TRACKER_1_1_OLD:1.6
RELEASE_ECG_C4_2_OLD:1.6
RELEASE_TRACKER_1_0:1.6
RELEASE_ECG_C4_1:1.6
STABLE_ECG_C4_1_8:1.6
STABLE_TRACKER_1_0_8:1.6
STABLE_TRACKER_1_0_7:1.6
STABLE_ECG_C4_1_7:1.6
STABLE_TRACKER_1_0_6:1.6
STABLE_ECG_C4_1_6:1.6
STABLE_TRACKER_1_0_5:1.6
STABLE_ECG_C4_1_5:1.6
STABLE_ECG_C4_1_4:1.6
STABLE_TRACKER_1_0_4:1.6
STABLE_H2R2_C4_1_3:1.6
STABLE_ECG_C4_1_3:1.6
STABLE_TRACKER_1_0_3:1.6
STABLE_TRACKER_1_0_2:1.6
STABLE_ECG_C4_1_2:1.6
X_STABLE_TRACKER_1_0_1:1.6
X_STABLE_ECG_C4_1_1:1.6
STABLE_TRACKER_C4_1_1:1.6
SNAPSHOT_C4_NEW_GPS_030910:1.5
SNAPSHOT_C4_PS_STANDBY_030901:1.5
C4_SNAPSHOT_030819:1.5
SNAPSHOT_C4_STANDBY_7MHZ_030818:1.5
SNAPSHOT_C4_STANDBY_7MHZ_030815:1.5
SNAPSHOT_C4_POWERSAVE_GSM_030710:1.5
SNAPSHOT_C4_POWERSAVE_GSM_030709:1.5
SNAPSHOT_C4_63mA_030710:1.5.0.6
SNAPSHOT_C4_63mA_030709:1.5.0.4
XXX:1.5
OLD_C3_2:1.5
RELEASE_C3_2:1.5
C3_2_1_GPS_FIX:1.5.0.2
STABLE_C3_2_1:1.5
STABLE_C3_1_2:1.5
STABLE_C3_1_1:1.4
C2_2_patch_030521:1.4
C2_2_patch_030520:1.4
RELEASE_C2_2_030515:1.4
RELEASE_C2_2:1.4.0.2
XXXX:1.4
STABLE_C2_2_1:1.4
RELEASE_C2_1:1.3.0.4
STABLE_C2_1_2:1.3
unicode_branch:1.3.0.2
before_unicode_change:1.3
STABLE_C2_1:1.3
SNAPSHOT_C2_1:1.3
RELEASE_C1_3:1.3
BT_TEST:1.3
JOCKES_STRESS_TEST:1.3
STABLE_C1_3:1.3
DEMO_030312:1.3
RELEASE_C1_2:1.3
STABLE_C1_2:1.3
STABLE_C1_1:1.3
RELEASE_E3_1:1.3
STABLE_E3_3:1.3
STABLE_E3_2:1.3
STABLE_E3_1:1.3
STABLE_E2_2:1.3
STABLE_E2_1:1.3
STABLE_E2:1.3
RELEASE_E1_1:1.2.0.2;
locks; strict;
comment @# @;
1.6
date 2003.09.27.20.59.56; author gtbahans; state Exp;
branches;
next 1.5;
1.5
date 2003.05.29.10.52.22; author joacar; state Exp;
branches;
next 1.4;
1.4
date 2003.05.04.07.22.06; author joacar; state Exp;
branches;
next 1.3;
1.3
date 2002.12.16.14.10.28; author joacar; state Exp;
branches;
next 1.2;
1.2
date 2002.11.12.12.38.15; author patole; state Exp;
branches;
next 1.1;
1.1
date 2002.11.08.08.47.59; author patole; state Exp;
branches;
next ;
desc
@@
1.6
log
@Fixed some ECG bugs, updated filesending
@
text
@TOPDIR = ../..
include $(TOPDIR)/Rules.mak
LANGUAGES = en sv de
BINARY = mod_ecg_test
SRCS_CC = mod_ecg_test.cc
SRCS_C = datawrite.c dataread.c
MODLIBS = \
-lmod_core \
-lmod_sms \
-lmod_gsm \
-lmod_core \
-lmod_appmgr \
-lmod_common \
-lmod_callhandler \
-lmod_gps \
-lmod_battery \
-lmod_storage \
-lmod_phonebook \
-lmod_backlight \
-lmod_bt \
-lmod_ecg
include $(TOPDIR)/Binary.mak
$(BINARY): $(OBJS) $(TOPDIR)/*/*.a
$(CXX) $(LDFLAGS) $< $(LDLIBS) -o $@@
obj_sh/datawrite:obj_sh/datawrite.o
$(CXX) $(LDFLAGS) $< $(LDLIBS) -o $@@
obj_i386/dataread:obj_i386/dataread.o
$(CXX) $(LDFLAGS) $< $(LDLIBS) -o $@@@
1.5
log
@Added authorizedno tests
@
text
@d8 2
a9 1
SRCS_CC = $(BINARY).cc
d31 6
@
1.4
log
@Makes quick test of ECG calls scenario: VoiceCall+GSMPowerOff/On+SMS+DataCall+VoiceCall
@
text
@d22 2
@
1.3
log
@Changed sleep time from 5 to 10 seconds during handleVoiceCall
@
text
@d5 1
d20 2
@
1.2
log
@*** empty log message ***
@
text
@d11 8
@
1.1
log
@Added stub
@
text
@d1 1
a1 1
include ../../Rules.mak
d3 1
a3 1
TARGET = mod_ecg_test
d5 1
a5 4
SRCS = mod_ecg_test.cc
OBJS = $(SRCS:.cc=.o)
LDLIBS= -L../../lib -lmod_core -lmod_ecg
INCPATH = -I. -I../../include
d7 1
a7 2
.PHONY: all
all: $(TARGET)
d9 3
a11 3
.PHONY: depend
depend:
$(CC) $(CFLAGS) -M -DDEPEND *.cc > .depend
d13 1
a13 3
.PHONY: clean
clean:
rm -f $(TARGET) *.o
d15 1
a15 4
$(LIB): $(LIB_OBJS)
$(AR) r $@@ $^
mod_ecg_test: mod_ecg_test.o ../../*/*.a
a16 4
ifneq ($(wildcard .depend),)
include .depend
endif
@
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 12 15:57:14 2003