Overview
SHA1 Hash: | 82e35d330423ddb6cdf0236db95ba18637063df2 |
---|---|
Date: | 2007-12-05 07:47:36 |
User: | aku |
Comment: | Extended project class with method return full path of the project, i.e. inclusive its repository base path. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified tools/cvs2fossil/lib/c2f_project.tcl from [2573fce403] to [15df810152].
@@ -39,10 +39,12 @@ return } method base {} { return $mybase } method trunk {} { return $mytrunk } + + method fullpath {} { return [$myrepository base?]/$mybase } method printbase {} { if {$mybase eq ""} {return <Repository>} return $mybase }