This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) Error: | |
| test: a new publication from templates should delete its branch upon destruction. (PublicationTest): | |
| RuntimeError: Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id | |
| /test/unit/publication_test.rb:29:in `__bind_1267550211_440000' | |
| vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:375:in `run_all_teardown_blocks' | |
| vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:374:in `each' | |
| vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:374:in `run_all_teardown_blocks' | |
| vendor/gems/thoughtbot-shoulda-2.10.2/lib/shoulda/context.rb:353:in `test: a new publication from templates should delete its branch upon destruction. ' | |
| 2) Error: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cayless@msdlib$ ls -l db/test/git/users/name_29.git/ | |
| total 4 | |
| drwxr-xr-x 11 cayless dlib 11 Mar 2 14:09 objects | |
| cayless@msdlib$ ls -l db/test/git/users/name_30.git/ | |
| total 32 | |
| drwxr-xr-x 2 cayless dlib 2 Mar 2 14:09 branches | |
| -rw-r--r-- 1 cayless dlib 66 Mar 2 14:09 config | |
| -rw-r--r-- 1 cayless dlib 73 Mar 2 14:09 description | |
| -rw-r--r-- 1 cayless dlib 23 Mar 2 14:09 HEAD | |
| drwxr-xr-x 2 cayless dlib 12 Mar 2 14:09 hooks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git status | |
| # On branch master | |
| # | |
| # Initial commit | |
| # | |
| nothing to commit (create/copy files and use "git add" to track) | |
| $ git branch -a | |
| trunk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NativeException (java.io.IOException: Server returned HTTP response code: 502 for URL: http://epidoc.googlecode.com/files/exp-epidoc.rng): | |
| sun/net/www/protocol/http/HttpURLConnection.java:1313:in `getInputStream' | |
| com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java:677:in `setupCurrentEntity' | |
| com/sun/org/apache/xerces/internal/impl/XMLVersionDetector.java:186:in `determineDocVersion' | |
| com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java:771:in `parse' | |
| com/sun/org/apache/xerces/internal/parsers/XML11Configuration.java:737:in `parse' | |
| com/sun/org/apache/xerces/internal/parsers/XMLParser.java:107:in `parse' | |
| com/sun/org/apache/xerces/internal/parsers/AbstractSAXParser.java:1205:in `parse' | |
| com/sun/org/apache/xerces/internal/jaxp/SAXParserImpl.java:522:in `parse' | |
| com.thaiopensource.relaxng.parse.sax.SAXParseable:-1:in `parse' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NoMethodError (private method `sub' called for nil:NilClass): | |
| lib/numbers_rdf.rb:15:in `identifier_to_local_identifier' | |
| lib/numbers_rdf.rb:28:in `identifier_to_path' | |
| lib/numbers_rdf.rb:49:in `identifier_to_numbers_server_response' | |
| lib/numbers_rdf.rb:76:in `apply_xpath_to_identifier' | |
| lib/numbers_rdf.rb:81:in `identifier_to_identifiers' | |
| app/controllers/publications_controller.rb:291:in `create_from_selector' | |
| haml (2.2.4) [v] lib/sass/plugin/rails.rb:19:in `process' | |
| file:lib/jruby-rack-0.9.5.jar!/rack/adapter/rails.rb:35:in `serve_rails' | |
| file:lib/jruby-rack-0.9.5.jar!/rack/adapter/rails.rb:40:in `call' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 277 if volume.empty? | |
| 278 document_path = [collection, document].join('_') | |
| 279 else | |
| 280 document_path = [collection, volume, document].join('_') | |
| 281 end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Processing PublicationsController#create_from_selector (for 137.73.160.27 at 2010-03-08 06:17:44) [POST] | |
| Parameters: {"authenticity_token"=>"HTtKeIGzdPmdyk66wPSL4pea7Ae6tHJcqL9AEnWuR+8=", "IdentifierClass"=>"DDBIdentifier", "DDBIdentifierCollectionSelect"=>"rom.mil.rec", "HGVIdentifierCollectionSelect"=>"", "volume_number"=>"", "document_number"=>"78", "commit"=>"Emend"} | |
| User Load (4.0ms) SELECT * FROM `users` WHERE (`users`.`id` = 3) LIMIT 1 | |
| Identifier: papyri.info/ddbdp/rom.mil.rec;;78 | |
| NoMethodError (undefined method `each' for nil:NilClass): | |
| app/controllers/publications_controller.rb:297:in `create_from_selector' | |
| haml (2.2.4) [v] lib/sass/plugin/rails.rb:19:in `process' | |
| file:lib/jruby-rack-0.9.5.jar!/rack/adapter/rails.rb:35:in `serve_rails' | |
| file:lib/jruby-rack-0.9.5.jar!/rack/adapter/rails.rb:40:in `call' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| ignorecase = true | |
| [remote "origin"] | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| url = ssh://isaw2.atlantides.org/var/www/idp.atlantides.org/git/idp.data.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jruby script/runner 'Sass::Plugin.update_stylesheets' | |
| /usr/local/jruby/lib/ruby/1.8/logger.rb:518:in `initialize': No such file or directory - File not found (Errno::ENOENT) | |
| from /usr/local/jruby/lib/ruby/1.8/logger.rb:518:in `open' | |
| from /usr/local/jruby/lib/ruby/1.8/logger.rb:518:in `open_logfile' | |
| from /usr/local/jruby/lib/ruby/1.8/logger.rb:487:in `initialize' | |
| from /usr/local/jruby/lib/ruby/1.8/logger.rb:263:in `new' | |
| from /usr/local/jruby/lib/ruby/1.8/logger.rb:263:in `initialize' | |
| from /usr/local/pn/sosol/editor/config/environment.rb:113:in `new' | |
| from /usr/local/pn/sosol/editor/config/environment.rb:113 | |
| from ./script/../config/../vendor/rails/railties/lib/initializer.rb:111:in `run' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git branch | |
| Bart/O.Heid.,_210 | |
| adelattr/P.Brux._Bawit,_3 | |
| adelattr/P.Brux._Bawit,_5 | |
| adelattr/P.Brux._Bawit,_7 | |
| approved/2010/04/30/Chrest.Mitt.__283 | |
| approved/2010/04/30/O.Heid.,_255 | |
| approved/2010/04/30/O.Heid.,_274 | |
| approved/2010/04/30/O.Heid.,_275 | |
| approved/2010/04/30/O.Heid.,_276 |
OlderNewer