Differences From:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[b679ca3356]
- Code cleanup. Removed trailing whitespace across the board.
by
aku on
2007-11-25 07:54:09.
[view]
To:
File
tools/cvs2fossil/lib/c2f_project.tcl
part of check-in
[82e35d3304]
- Extended project class with method return full path of the project, i.e. inclusive its repository base path.
by
aku on
2007-12-05 07:47:36.
[view]
@@ -40,8 +40,10 @@
}
method base {} { return $mybase }
method trunk {} { return $mytrunk }
+
+ method fullpath {} { return [$myrepository base?]/$mybase }
method printbase {} {
if {$mybase eq ""} {return <Repository>}
return $mybase