improved description of svn2revisioninc

git-svn-id: trunk@7904 -
This commit is contained in:
vincents 2005-10-03 12:25:43 +00:00
parent 5d56dae253
commit 4ee8919e11
2 changed files with 7 additions and 41 deletions

View File

@ -12,12 +12,12 @@
<LazDoc Paths=""/> <LazDoc Paths=""/>
<Units Count="11"> <Units Count="11">
<Unit0> <Unit0>
<CursorPos X="26" Y="111"/> <CursorPos X="17" Y="32"/>
<EditorIndex Value="0"/> <EditorIndex Value="0"/>
<Filename Value="svn2revisioninc.pas"/> <Filename Value="svn2revisioninc.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<TopLine Value="92"/> <TopLine Value="24"/>
<UnitName Value="Svn2RevisionInc"/> <UnitName Value="Svn2RevisionInc"/>
<UsageCount Value="25"/> <UsageCount Value="25"/>
</Unit0> </Unit0>
@ -30,7 +30,7 @@
</Unit1> </Unit1>
<Unit2> <Unit2>
<CursorPos X="1" Y="426"/> <CursorPos X="1" Y="426"/>
<EditorIndex Value="4"/> <EditorIndex Value="1"/>
<Filename Value="updatepofiles.pas"/> <Filename Value="updatepofiles.pas"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<TopLine Value="1"/> <TopLine Value="1"/>
@ -39,9 +39,7 @@
</Unit2> </Unit2>
<Unit3> <Unit3>
<CursorPos X="22" Y="41"/> <CursorPos X="22" Y="41"/>
<EditorIndex Value="3"/>
<Filename Value="C:\lazarus\source\lazarus\lcl\fileutil.pas"/> <Filename Value="C:\lazarus\source\lazarus\lcl\fileutil.pas"/>
<Loaded Value="True"/>
<TopLine Value="1"/> <TopLine Value="1"/>
<UnitName Value="FileUtil"/> <UnitName Value="FileUtil"/>
<UsageCount Value="13"/> <UsageCount Value="13"/>
@ -69,9 +67,7 @@
</Unit6> </Unit6>
<Unit7> <Unit7>
<CursorPos X="3" Y="31"/> <CursorPos X="3" Y="31"/>
<EditorIndex Value="2"/>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\inc\pipes.pp"/> <Filename Value="C:\lazarus\source\fpc\2.0\fcl\inc\pipes.pp"/>
<Loaded Value="True"/>
<TopLine Value="14"/> <TopLine Value="14"/>
<UnitName Value="Pipes"/> <UnitName Value="Pipes"/>
<UsageCount Value="12"/> <UsageCount Value="12"/>
@ -91,9 +87,7 @@
</Unit9> </Unit9>
<Unit10> <Unit10>
<CursorPos X="15" Y="204"/> <CursorPos X="15" Y="204"/>
<EditorIndex Value="1"/>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\dom.pp"/> <Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\dom.pp"/>
<Loaded Value="True"/>
<TopLine Value="200"/> <TopLine Value="200"/>
<UnitName Value="DOM"/> <UnitName Value="DOM"/>
<UsageCount Value="11"/> <UsageCount Value="11"/>
@ -119,36 +113,7 @@
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item2> </Item2>
</RequiredPackages> </RequiredPackages>
<JumpHistory Count="7" HistoryIndex="6"> <JumpHistory Count="0" HistoryIndex="-1"/>
<Position1>
<Filename Value="C:\lazarus\source\lazarus\lcl\FileUtil.pas"/>
<Caret Line="46" Column="30" TopLine="29"/>
</Position1>
<Position2>
<Filename Value="C:\lazarus\source\lazarus\lcl\fileutil.pas"/>
<Caret Line="47" Column="40" TopLine="30"/>
</Position2>
<Position3>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\DOM.pp"/>
<Caret Line="208" Column="34" TopLine="179"/>
</Position3>
<Position4>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\DOM.pp"/>
<Caret Line="52" Column="13" TopLine="35"/>
</Position4>
<Position5>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\DOM.pp"/>
<Caret Line="382" Column="31" TopLine="365"/>
</Position5>
<Position6>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\DOM.pp"/>
<Caret Line="353" Column="38" TopLine="349"/>
</Position6>
<Position7>
<Filename Value="C:\lazarus\source\fpc\2.0\fcl\xml\DOM.pp"/>
<Caret Line="245" Column="37" TopLine="241"/>
</Position7>
</JumpHistory>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="5"/>

View File

@ -33,9 +33,10 @@
svnversion to get the revision number. svnversion to get the revision number.
If that fails - for example, because it can't find svnversion - it opens If that fails - for example, because it can't find svnversion - it opens
.svn/entries to get the revision number of the source directory. .svn/entries to get the revision number of the source directory.
If it can't find revision information, it checks whether the revision.inc If it can't find revision information, it checks whether the revision.inc
exists. If it doesn't exist, it will create one, indicating that the exists. If it exists and seems to be created with, it will leave the file
as is. Otherwise it will create a new revision.inc, indicating that the
revision number is unknown. revision number is unknown.
} }