Krugle to Demo Code Search Within Perforce at AJAXWorld Conference & Expo
By making it possible to search and index code found in any Perforce repository, Krugle helps enterprise developers easily find code, see updates made to particular code files, see who made them and better understand their own code base. In addition to Perforce, Krugle also directly integrates with other Source Code Management (SCM) systems such as ClearCase, CVS and Subversion, as well as general file system structures. This makes the search for code and the information related to that code more efficient for developers to find and use. This is important because, according to Krugle, developers spend upwards of 25 percent of their time searching for code and related information.
Reader Feedback: Page 1 of 1
#1
Krugle News Desk commented on 13 Aug 2007
By making it possible to search and index code found in any Perforce repository, Krugle helps enterprise developers easily find code, see updates made to particular code files, see who made them and better understand their own code base. In addition to Perforce, Krugle also directly integrates with other Source Code Management (SCM) systems such as ClearCase, CVS and Subversion, as well as general file system structures. This makes the search for code and the information related to that code more efficient for developers to find and use. This is important because, according to Krugle, developers spend upwards of 25 percent of their time searching for code and related information.
John Portnov wrote: This code does not work for me. I created a new website and a C# console application in VS.NET 2005. HttpWebResponse res = (HttpWebResponse)req.GetResponse(); throws a 500 error. Also, viewstate = HttpUtility.UrlEncod...