View Issue Details

IDProjectCategoryView StatusLast Update
0004456mantisbtwebpagepublic2004-09-12 08:27
Reporternuclearspike Assigned Tojlatour  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Versiongit trunk 
Summary0004456: javascript/common.js not in CVS
Description

The javascript subdirectory apparently is not being committed to CVS. The result is that the new code to collapse the search area isn't available. Depending on the browser settings, this may mean they get pop-up error messages on several screens. I pulled the common.js file from the mantisbt web server (the file that is used for mantis bug entries) and it resolved the error.

TagsNo tags attached.

Activities

vboctor

vboctor

2004-09-01 17:26

manager   ~0007369

This is not true. The file is in CVS, see the webview of our repository:
http://cvs.sourceforge.net/viewcvs.py/mantisbt/mantisbt/javascript/common.js?rev=1.4&view=log

jlatour

jlatour

2004-09-01 17:33

reporter   ~0007373

Try running cvs update -d (or I may have the wrong option, but there is an option), so that directories that are in the repository but not in your copy are also checked out. This is not the default behaviour.