- This topic has 1 reply, 2 voices, and was last updated 18 years ago by Riyad Kalla.
-
AuthorPosts
-
mikeljcMemberHi,
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 RevisionTried 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.
Riyad KallaMemberMoving to OT > Soft Dev
Unfortunately any subversion functionality is being provided by subclipse or the other subversion plugin (that slips my mind at the moment) and is not from MyEclipse.
Also, I’m not sure off hand how to get this working, I’ve never used auto-props.
-
AuthorPosts