<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=Svn_Revision_in_file.tex</id>
	<title>Svn Revision in file.tex - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=Svn_Revision_in_file.tex"/>
	<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=Svn_Revision_in_file.tex&amp;action=history"/>
	<updated>2026-04-20T23:24:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=Svn_Revision_in_file.tex&amp;diff=6747&amp;oldid=prev</id>
		<title>Wolfm at 09:16, 16 February 2007</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=Svn_Revision_in_file.tex&amp;diff=6747&amp;oldid=prev"/>
		<updated>2007-02-16T09:16:33Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==How to get Rev information into a TeX-source using svn==&lt;br /&gt;
#We have to create the directory and fill it with the desired directory.&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;mkdir foo &lt;br /&gt;
cp paper.tex references.bib IEEEconf.cls foo/ &lt;br /&gt;
cd foo&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
#The TeX-source should initially contain the string &amp;lt;code&amp;gt;$ $Rev$ $&amp;lt;/code&amp;gt;, e.g. &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
\title{Anonymous Reputation Management for File Sharing\\$ $Rev$ $}&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
#We import that project files to the repository.&amp;lt;pre&amp;gt;svn import svn://brn-svn/papers/securecomm2007&amp;lt;/pre&amp;gt;&lt;br /&gt;
#We have to set the properties of disired TeX-source for updating Rev by &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
svn propset svn:keywords &amp;quot;LastChangedRevision Id&amp;quot; paper.tex&lt;br /&gt;
svn commit&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
#After doing that the Rev is automatically updated in the TeX-source. The svn is ready for use.&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
svn update&lt;br /&gt;
svn checkout&lt;br /&gt;
svn commit&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
--[[User:Wolfm|WM]] 10:16, 16 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>Wolfm</name></author>
	</entry>
</feed>