This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "ORG (Owasp Report Generator) - Dinis Cruz"
From OWASP
Dinis.cruz (talk | contribs) |
Dinis.cruz (talk | contribs) |
||
Line 1: | Line 1: | ||
Notes about Dinis Cruz work on ORG | Notes about Dinis Cruz work on ORG | ||
+ | |||
+ | |||
+ | == Change Log on CVS Files == | ||
+ | |||
+ | * downloaded AuthenticPlugin.dll from altova and added it to a new folder called COMObjects (also included in there the regAuthenticPlugIn.bat file which automatically registers this object) | ||
+ | |||
== Configuring CVS access using tortoise CVS behind a proxy (to be added to project documentation) == | == Configuring CVS access using tortoise CVS behind a proxy (to be added to project documentation) == |
Revision as of 11:32, 24 October 2006
Notes about Dinis Cruz work on ORG
Change Log on CVS Files
- downloaded AuthenticPlugin.dll from altova and added it to a new folder called COMObjects (also included in there the regAuthenticPlugIn.bat file which automatically registers this object)
Configuring CVS access using tortoise CVS behind a proxy (to be added to project documentation)
These are the steps you need to take:
- Install the latest version of Tortoise CVS (from http://www.tortoisecvs.org/)
- Create a connection using Putty to your proxy with the following tunnel:
- Source port: 22
- Destination: 66.35.250.83:22
- try SSHing into 127.0.0.1:22 you should get a ssh login priompt (after accepting sourceforge ssh fingerprint)
- on the place where you want the project to be located, click on CVS Checkout and use these settings:
- Protocol: Secure Shell(:ssh:)
- Server: 127.0.0.1
- Repository folder: /cvsroot/owasp
- User name: {username}:{password} (only use this for testing , once it is working see this for details on how to use ssh keys http://blogs.sun.com/alanbur/entry/using_netbeans_with_sourceforge)
- Module: dotnet/ReportGenerator
- click on 'Fetch List' to test connections (you should get no errors)