Hi,
As of now, I only have a single repository. I’m uisng myeclipseide enterprise workbench for
tests purposes. I’m trying to set myeclipse to use enable-auto-props with the following entries
set in my config file:
C:\Documents and Settings\user\Application Data\Subversion\config
miscellany]
global-ignores = #*# .*~ *~ .#* .DS_Store
enable-auto-props = yes
[auto-props]
*.c = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.cc = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.cpp = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.h = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.hpp = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.pl = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.py = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.java = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.xml = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.dsp = svn:eol-style=CRLF;svn:keywords=Id Author Date Revision
*.dsw = svn:eol-style=CRLF;svn:keywords=Id Author Date Revision
*.sh = svn:eol-style=native;svn:executable;svn:keywords=Id Author Date Revision
*.txt = svn:eol-style=native;svn:keywords=Id Author Date Revision
*.png = svn:mime-type=image/png
*.jpg = svn:mime-type=image/jpeg
Makefile = svn:eol-style=native;svn:keywords=Id Author Date Revision
Tried creating a new txt file and uploaded it then checkout the file again but
was not successful in displaying the svn:keywords in my txt file.
Is there any other solution for this? Thanks.