Fork me on GitHub

importing module to svn repository  Bottom

  • I really looked for this, but have not been able to find out how to upload my module (Book) to the SVN repository. Since cvs was dropped, I have not been able to do any updates. Here is the command I tried, with the error I received.

    Code

    [paustian:~/Book/Book] paustian% svn import --username paustian https://noc.postnuke.com/svn/postnuke/trunk/Misc/3rdParty/book
    svn: CHECKOUT of '/svn/postnuke/!svn/ver/16712/trunk/Misc/3rdParty': 403 Forbidden (https://noc.postnuke.com)
    svn: Your commit message was left in a temporary file:
    svn:    'svn-commit.tmp'
  • The SVN repo URL you are using is for the main PN repo not your own project. Check the SCM page for your project for the correct URL.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • Mark,

    Thanks for answering so quickly. If you check the SCM page for the book module, it refers to the old cvs instructions. I am pasting it here for convenience. These are the directions for checking out as a developer.

    Quote


    export CVS_RSH=ssh
    cvs -d :ext:developername@noc.postnuke.com:/cvsroot/book checkout modulename

    I am aware of the directions for checking out postnuke using svm, but I just don't have the right command for checking out a module. I could probably get it to work if I had an example command for checking out a module from the repository. Maybe postcalandar, since I see that it is hosted there.
  • If your SCM page for your project shows CVS instructions then your project is still using CVS. You should use the instructions on that page.

    Just because the PostNuke repository is SCM doesn't mean all the NOC projects have been converted.

    --
    itbegins.co.uk - Zikula Consulting

    birtwistle.me.uk - Personal Blog


    Please read the Support Guide
  • Simon,

    Thanks for responding. I must have been thrown out as a user of the NOC cvs. It rejects my username (paustian). I know I have the username and password correct because I can log into the NOC, it just won't let me use cvs.

This list is based on users active over the last 60 minutes.