search for: orig_file_name

Displaying 1 result from an estimated 1 matches for "orig_file_name".

2006 Feb 27
1
problem with rakefile
...ll the files that end in *.rb (i think) under the /unit folder in the project and it''s subfolders. The problem is that my source control system (bitkeeper) saves an subfolder named SCCS under each of the project folders, and in it, for eack .rb file another file called something like s.orig_file_name.rb. this fails the rake task since these s.xxx.rb files are not valid ruby unit test files... How can i configure the rake to ignore all the files in the SCCS directories ? Is there any global variable i can edit ? Thanks in Advance, Amir. -- Posted via http://www.ruby-forum.com/.