reproducable test case: no svn:keywords props; keywords still expanded and different !

Bernhard Merkle <[email protected]>
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
Hi,

i have a large repository in CVS which converted to SVN fine, no errors

But i have 4 files where keywords get expanded and result in different
string, despite the fact that i have
- set the right kb type in CVS
- set --keywords-off during the conversion
- set the mime-type for the *.dll file extension to be octet-stream

in the attachments you can find one of those files and:
- a reproducable test case, note that the repo is a cvsnt but it should be
the same under unix cvs as we have not used any extensions.
- the relevant auto-props file

I convert with the following commandline:
python cvs2svn-2.3.0\cvs2svn.py --keywords-off --auto-props=%PROPS%
--encoding=latin1 -s C:\_TDV\_SVN\TDV C:\_TDV\cvs_tdv


I can also send the working copies of the CVS and SVN checkout but that mail
is 6 MB.
Should I attach that in a bug tracker ?

thanks for your help,
Berni.

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2460424

To unsubscribe from this discussion, e-mail: [[email protected]].
_autoprops_tdv.txt (text/plain, 6.4 KB)
### Section for configuring automatic properties.
[auto-props]
### The format of the entries is:
###   file-name-pattern = propname[=value][;propname[=value]...]
### The file-name-pattern can contain wildcards (such as '*' and
### '?').  All entries which match will be applied to the file.
### Note that auto-props functionality must be enabled, which
### is typically done by setting the 'enable-auto-props' option.
# *.c = svn:eol-style=native
# *.cpp = svn:eol-style=native
# *.h = svn:eol-style=native
# *.dsp = svn:eol-style=CRLF
# *.dsw = svn:eol-style=CRLF
# *.sh = svn:eol-style=native;svn:executable
# *.txt = svn:eol-style=native
# *.png = svn:mime-type=image/png
# *.jpg = svn:mime-type=image/jpeg
# Makefile = svn:eol-style=native


# noch vergessen
*.lst        = svn:eol-style=native
*.M66        = svn:eol-style=native

*.cte        = svn:eol-style=native
*.map        = svn:eol-style=native
*.par        = svn:eol-style=native
*.cas        = svn:eol-style=native

*.m2cm_and_namec = svn:eol-style=native
*.p_s = svn:eol-style=native
*.p_a = svn:eol-style=native
*.p_c = svn:eol-style=native
*.html = svn:eol-style=native
*.clh = svn:eol-style=native
# noch vergessen


# Hexfiles
*.hex        = svn:eol-style=CRLF
*.eep        = svn:eol-style=CRLF

# Borland Codewright
*.pjt        = svn:eol-style=CRLF

# Microvision
*.Uv2        = svn:eol-style=CRLF
*.Opt        = svn:eol-style=CRLF
*.Lin        = svn:eol-style=CRLF

# Lint
*.lnt        = svn:eol-style=native
*.mak        = svn:eol-style=native

# C4000
*.hd        = svn:eol-style=native
*.dd        = svn:eol-style=native
*.fmt        = svn:eol-style=native


# AVRStudio
*.aps        = svn:eol-style=CRLF

# testfiles
*.log        = svn:eol-style=native;svn:mime-type=text/plain
*.test       = svn:eol-style=native;svn:mime-type=text/plain
*.seq        = svn:eol-style=native;svn:mime-type=text/plain

*.vbs        = svn:eol-style=native;svn:mime-type=text/plain
*.bas        = svn:eol-style=native;svn:mime-type=text/plain
*.cls        = svn:eol-style=native;svn:mime-type=text/plain

# Visual Studio
*.sln       = svn:eol-style=native
*.vcproj    = svn:eol-style=native
*.csproj    = svn:eol-style=native
*.csproj.user    = svn:eol-style=native
*.user    = svn:eol-style=native

*.rc    = svn:eol-style=native
*.rc2    = svn:eol-style=native

# other
*.pdl    = svn:eol-style=native
*.tcp    = svn:eol-style=native
*.spp    = svn:eol-style=native

# documentation
*.tex        = svn:eol-style=native
*.sty        = svn:eol-style=native
*.xml        = svn:eol-style=native
*.xsd        = svn:eol-style=native

*.config     = svn:eol-style=native
*.cfg        = svn:eol-style=native
*.kfg        = svn:eol-style=native

# Hitex
MAKEFILE    = svn:eol-style=native
*.asd       = svn:eol-style=native
*.pod       = svn:eol-style=native
*.ini       = svn:eol-style=native
*.htc       = svn:eol-style=native
*.hsl       = svn:eol-style=native
*.kse       = svn:eol-style=native
*.cfg       = svn:eol-style=native
*.ctl       = svn:eol-style=native
*.ddc       = svn:eol-style=native
*.pod       = svn:eol-style=native
*.sfr       = svn:eol-style=native
*.sys       = svn:eol-style=native
*.txt       = svn:eol-style=native
*.mdf       = svn:eol-style=native


# Assembler
*.asm        = svn:eol-style=native
*.a51        = svn:eol-style=native
*.a66        = svn:eol-style=native
*.s37        = svn:eol-style=native
*.scr        = svn:eol-style=native
*.tpl        = svn:eol-style=native
*.tst        = svn:eol-style=native
*.psp        = svn:eol-style=native
*.prj        = svn:eol-style=native
LINKCMD      = svn:eol-style=native

# Code formats
*.c          =svn:eol-style=native;svn:mime-type=text/plain
*.cpp        =svn:eol-style=native;svn:mime-type=text/plain
*.h          =svn:eol-style=native;svn:mime-type=text/plain
*.java       =svn:eol-style=native;svn:mime-type=text/plain
*.cs         =svn:eol-style=native;svn:mime-type=text/plain

*.dsp        =svn:eol-style=CRLF
*.dsw        =svn:eol-style=CRLF

*.as         =svn:eol-style=native;svn:mime-type=text/plain
*.s          =svn:eol-style=native;svn:mime-type=text/plain
*.cgi        =svn:eol-style=native;svn-mine-type=text/plain
*.js         =svn:eol-style=native;svn:mime-type=text/javascript
*.php        =svn:eol-style=native;svn:mime-type=text/x-php

*.pl         =svn:eol-style=native;svn:mime-type=text/x-perl;svn:executable
*.pm         =svn:eol-style=native;svn:mime-type=text/x-perl
*.t          =svn:eol-style=native;svn:mime-type=text/x-perl;svn:executable

*.py         =svn:eol-style=native;svn:mime-type=text/x-python;svn:executable

# Command formats
*.sh         =svn:eol-style=native;svn:mime-type=text/x-sh;svn:executable
*.ksh        =svn:eol-style=native;svn:mime-type=text/x-ksh;svn:executable

*.bat        =svn:eol-style=CRLF;svn:mime-type=text/x-bat;svn:executable
*.cmd        =svn:eol-style=CRLF;svn:mime-type=text/x-bat;svn:executable

# MS Office Data formats
*.rtf        =svn:eol-style=CRLF;svn:mime-type=text/rtf
*.doc        =svn:mime-type=application/msword;svn:needs-lock=*
*.ppt        =svn:mime-type=application/vnd.ms-powerpoint;svn:needs-lock=*
*.xls        =svn:mime-type=application/vnd.ms-excel;svn:needs-lock=*

# Image formats
*.bmp        =svn:mime-type=image/bmp;svn:needs-lock=*
*.gif        =svn:mime-type=image/gif;svn:needs-lock=*
*.ico        =svn:mime-type=image/x-icon;svn:needs-lock=*
*.jpeg       =svn:mime-type=image/jpeg;svn:needs-lock=*
*.jpg        =svn:mime-type=image/jpeg;svn:needs-lock=*
*.png        =svn:mime-type=image/png;svn:needs-lock=*
*.tif        =svn:mime-type=image/tiff;svn:needs-lock=*
*.tiff       =svn:mime-type=image/tiff;svn:needs-lock=*

# Data formats
*.eps        =svn:mime-type=application/postscript
*.pdf        =svn:mime-type=application/pdf
*.ps         =svn:mime-type=application/postscript
*.psd        =svn:mime-type=application/photoshop

*.avi        =svn:mime-type=video/avi
*.wav        =svn:mime-type=audio/wav
*.mov        =svn:mime-type=video/quicktime
*.mp3        =svn:mime-type=audio/mpeg
*.swf        =svn:mime-type=application/x-shockwave-flash

*.gz         =svn:mime-type=application/gzip
*.tgz        =svn:mime-type=application/gzip
*.zip        =svn:mime-type=application/zip
*.rar        =svn:mime-type=application/zip

*.dll        =svn:mime-type=application/octet-stream
cvs_tdv.rar (application/rar, 737.9 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.