On 12 Feb 2010, at 20:30, José Luis García Pallero wrote: > 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.
If you just want a file to be removed from the latest SVN revision, you can do this yourself using svn rm <filename> svn commit -m'removed files uploaded by mistake' If you want the files to disappear from history completely that's a bit more tricky though. > Sorry, sorry. c. ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
