Hi:
Well this is driving me nuts. Have tried for some time to access SVN for pnForum and now whatsnew and I always get a login screen. Could someone explain how to acecss SVN or check IF something is broken there...
TIA
Edfel
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
SVN anonymous access?????
-
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
Not sure if this will help you. I'm using a Mac. Opened terminal and typed:
Code
svn export https://noc.postnuke.com/svn/postnuke/trunk/PostNuke pnForum
Got me to SVN but downloaded postnuke MS8.
Not sure what the address is or would be for pnforum....tried a couple options but got 403s.
(SVN Snapshots hasn't been available for a bit now.)
edited by: pheski, May 28, 2006 - 12:25 AM
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
I know at some point in the last 4-6 weeks someone posted a link for this. I thought I would chase it down. So I tried a search using pnForum SVN as the search string. No hits. Multiple other pnForum searches with no hits. So I tried the title of this thread. No hits. So I tried the title of several other random threads in the latest posts list. No hits.
Search still needs work.
--
Peace
______________________________________
The commonest cause of problems is solutions. -
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
For Linux, Mac and BSD users SVN access is simple. Just open a terminal and do:
For anonymous access:
Code
svn checkout https://noc.postnuke.com/svn/packagename
For access with exisitng NOC account:
Code
svn checkout --username username https://noc.postnuke.com/svn/packagename
Please be aware that SVN is slightly different to the formerly used CVS. Also use only lower case for the packagename (i.e. pnphpbb2 - not PNhphpBB2). Of course the package must be hosted there - browse the NOC before to make sure.
The automated nightly built packages for direct clicky download are not working since several weeks - I really hope someone is going to fix that soon.
Greetings,
Chris
edited by: slam, May 28, 2006 - 10:34 AM
--
an operating system must operate
development is life
my repo -
**unknown user**
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1097
slam
The automated nightly built packages for direct clicky download are not working since several weeks - I really hope someone is going to fix that soon.
The automated script is ready since some time now but I'm waiting Drak to install the SVN client on the new server. -
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
Thanks for the updates. Works great.
--
Peace
______________________________________
The commonest cause of problems is solutions.
- Moderated by:
- Support
