Home
last modified time | relevance | path

Searched refs:rcsFile (Results 1 – 13 of 13) sorted by relevance

/dports/www/twiki/twiki/lib/TWiki/Store/
H A DRcsWrap.pm71 return if -e $this->{rcsFile};
80 } elsif( ! -e $this->{rcsFile} ) {
96 return if -e $this->{rcsFile};
107 } elsif( ! -e $this->{rcsFile} ) {
120 unless( -e $this->{rcsFile} ) {
150 unlink $this->{rcsFile};
266 if ( -e $this->{rcsFile} && -s $this->{rcsFile} == 0 ) {
269 unlink $this->{rcsFile};
271 unless( -e $this->{rcsFile}) {
298 if( -e $this->{rcsFile} ) {
[all …]
H A DRcsFile.pm213 undef $this->{rcsFile};
573 unless( -e $this->{rcsFile} ) {
626 mkPathTo( $new->{rcsFile});
627 if( -e $this->{rcsFile} ) {
628 _moveFile( $this->{rcsFile}, $new->{rcsFile} );
660 if( -e $this->{rcsFile} ) {
661 _copyFile( $this->{rcsFile}, $new->{rcsFile} );
696 if( -e $this->{rcsFile} ) {
697 _moveFile( $this->{rcsFile}, $new->{rcsFile} );
723 if( -e $this->{rcsFile} ) {
[all …]
H A DRcsLite.pm234 my $rcsFile = TWiki::Sandbox::normalizeFileName( $this->{rcsFile} );
235 if( ! -e $rcsFile ) {
240 if( ! $fh->open( $rcsFile ) ) {
241 $this->{session}->writeWarning( 'Failed to open '.$rcsFile );
342 my $error = $this->{rcsFile}.' is corrupt; parsed up to '.$state;
488 chmod( $TWiki::cfg{RCS}{filePermission}, $this->{rcsFile} );
489 if( !$out->open( '>'.TWiki::Sandbox::normalizeFileName( $this->{rcsFile} ))) {
490 throw Error::Simple('Cannot open '.$this->{rcsFile}.
497 chmod( $TWiki::cfg{RCS}{filePermission}, $this->{rcsFile} );
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DRCSHistoryParser.java62 File rcsFile = new File(dir, filename); in readCVSRoot() local
63 if (!rcsFile.exists()) { in readCVSRoot()
66 rcsFile = atticFile; in readCVSRoot()
69 return rcsFile; in readCVSRoot()
133 File rcsFile = new File(rcsDir, name + ",v"); in getRCSFile() local
134 if (rcsFile.exists()) { in getRCSFile()
135 return rcsFile; in getRCSFile()
H A DRazorRepository.java242 File rcsFile = getRazorArchiveRCSFileFor(new File(parent, basename)); in getHistoryGet() local
243 if (rcsFile != null && rcsFile.exists()) { in getHistoryGet()
244 String rcsPath = rcsFile.getPath(); in getHistoryGet()
272 File rcsFile = getRazorArchiveRCSFileFor(file); in annotate() local
273 if (rcsFile != null && rcsFile.exists()) { in annotate()
H A DRCSRepository.java77 File rcsFile = getRCSFile(file); in getHistoryGet() local
78 try (InputStream in = new RCSget(rcsFile.getPath(), rev)) { in getHistoryGet()
158 File rcsFile = new File(dir, baseName + ",v"); in getRCSFile() local
159 return rcsFile.exists() ? rcsFile : null; in getRCSFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/
H A DAdminKSubstListener.java48 String rcsFile = line.substring(10).trim(); in messageLine() local
49 if (! rcsFile.endsWith(",v")) { //$NON-NLS-1$ in messageLine()
51 NLS.bind(CVSMessages.AdminKSubstListener_expectedRCSFile, new String[] { rcsFile })); in messageLine()
53 …IPath rcsFilePath = new Path(null, Util.removeAtticSegment(rcsFile.substring(0, rcsFile.length() -… in messageLine()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Store/Rcs/
H A DRcsWrapHandler.pm82 . $this->hidePath( $this->{rcsFile} )
111 . $this->hidePath( $this->{rcsFile} )
181 unlink $this->{rcsFile};
291 $this->_copyFile( $this->{rcsFile}, $tmpRevFile );
358 FILENAME => _encode( $this->{rcsFile}, 1 )
395 FILENAME => _encode( $this->{rcsFile}, 1 ) );
399 . $this->hidePath( $this->{rcsFile} )
431 FILENAME => _encode( $this->{rcsFile}, 1 ),
532 if ( ( time - ( stat( _encode( $this->{rcsFile}, 1 ) ) )[9] ) > 3600 ) {
H A DHandler.pm124 $this->{rcsFile} =
131 $this->{rcsFile} =
155 undef $this->{rcsFile};
732 return 0 unless $this->{rcsFile};
733 return _e $this->{rcsFile};
782 _unlink( $this->{rcsFile} );
814 $this->mkPathTo( $new->{rcsFile} );
816 $this->_moveFile( $this->{rcsFile}, $new->{rcsFile} );
847 $this->_copyFile( $this->{rcsFile}, $new->{rcsFile} );
889 $this->_moveFile( $this->{rcsFile}, $new->{rcsFile} );
[all …]
H A DRcsLiteHandler.pm282 unless ( open( $fh, '<', _encode( $this->{rcsFile}, 1 ) ) ) {
437 warn( $this->{rcsFile} . ' is corrupt; parsed up to ' . $state );
585 _encode( $this->{rcsFile}, 1 )
587 unless ( open( $out, '>', _encode( $this->{rcsFile}, 1 ) ) ) {
589 'Cannot open ' . $this->{rcsFile} . ' for write: ' . $! );
598 _encode( $this->{rcsFile}, 1 )
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/input/
H A DCvsFileBlockParser.java73 final String rcsFile = parseSingleLine(this.logReader.getCurrentLine(), "RCS file: "); in parse() local
75 final boolean isInAttic = CvsLogUtils.isInAttic(rcsFile, workingFile); in parse()
91 this.builder.buildModule(CvsLogUtils.getModuleName(rcsFile, workingFile)); in parse()
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/input/
H A DCvsFileBlockParser.java73 final String rcsFile = parseSingleLine(this.logReader.getCurrentLine(), "RCS file: "); in parse() local
75 final boolean isInAttic = CvsLogUtils.isInAttic(rcsFile, workingFile); in parse()
91 this.builder.buildModule(CvsLogUtils.getModuleName(rcsFile, workingFile)); in parse()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellites.cpp1963 QFile rcsFile(":/satellites/rcs"); in loadExtraData() local
1965 if (rcsFile.open(QFile::ReadOnly)) in loadExtraData()
1967 while (!rcsFile.atEnd()) in loadExtraData()
1969 QString line = QString(rcsFile.readLine()); in loadExtraData()
1975 rcsFile.close(); in loadExtraData()