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 | |
+ | |||
+ | == 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) |
Revision as of 11:08, 24 October 2006
Notes about Dinis Cruz work on ORG
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)