2010/2/12 José Luis García Pallero <jgpall...@gmail.com>:
> 2010/2/9 c. <kingcrim...@tiscali.it>:
>> I have added you to the developers,
>> please follow the instructions at
>> http://octave.sourceforge.net/packages.php
>> to upload your code to SVN and then make a release
>> c.
>
> I suppose the instructuins are http://octave.sourceforge.net/developers.html
>
> Sorry, but I don't understand the procedure. Various questions:
>
> First of all, should the package be stored in a subversion repository?
> Now, I use mercurial instead of svn and the package contains a
> mercurial repo.
>
> Should I download and store all octave-forge repository?
>
> I don't understand the part
>
> "You may find it easier to use the import command, especially if your
> package contains subdirectories. In this case, you should not put your
> directory into the octave-forge tree. Instead, change to the root of
> your package tree and enter the following:
>
>   $ cd path/below/package
>   $ svn import package \
>     
> https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/package
> "
>
> in octave forge web instructions. If I try to do this, svn says
> 'octproj' don't exists. I have done this without download all
> octave-forge.
>
> Sorry, but this is the first time I use svn

Sorry, but I think that I've done something wrong.
I've followed the instructions

If you are uploading an entire package, then put your directory into
the octave-forge tree and do the following:

   $ cd octave-forge/main
   $ svn add package
   $ svn commit package
   $ cd package
   $ svn add *
   $ svn commit *

But I forget to erase some documents in the doc folder of my package
(original PDF manualf of PROJ.4 -you can download they from the web-)
and the package is so big. Can someone cancel my operation.

Sorry, sorry.

-- 
*****************************************
José Luis García Pallero
jgpall...@gmail.com
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to