|
From: Shlomy R. <sre...@gm...> - 2010-09-10 03:20:20
|
Everything under the directory is also different from the others. I guess there are some things to learn about git before starting to use it. I will postpone it until I have time to learn all the differences. Shlomy On Thu, Sep 9, 2010 at 10:57 PM, Alan Ezust <ala...@gm...> wrote: > Does the group permissions of the folder matter? The CtagsInterface > directory is different from the others. > But I think that we are always doing things as user 'jedit' so it > doesn't matter, does it? > > > [ezust@shell-24009] /home/scm_git/j/je/jedit> ls -l > total 32 > drwxr-sr-x 3 242341 jedit 80 Sep 9 18:28 CtagsInterface > drwxrwsr-x 7 197944 jedit 1024 Jun 11 13:51 HaXeSideKick > drwxrwsr-x 7 89706 jedit 1024 May 2 13:50 P4Plugin > drwxrwsr-x 7 89706 jedit 1024 Sep 9 05:32 ProjectViewer > drwxrwsr-x 7 197944 jedit 1024 Feb 12 2010 jEdit > > > On Thu, Sep 9, 2010 at 1:43 PM, Alan Ezust <ala...@gm...> wrote: > > I can browse the git repository at this link: > > http://jedit.git.sourceforge.net/git/gitweb-index.cgi > > > > I see an entry for CtagsInterface but when I click on it, there is no > > project or tree there yet. > > > > > > On Thu, Sep 9, 2010 at 11:50 AM, Shlomy Reinstein <sre...@gm...> > wrote: > >> I think I've managed to successfully create a git repository for > >> CtagsInterface in SF. I don't know for sure, because the "git push" > command > >> showed some progress messages on the console and then gave me the > "Remote > >> end hung up unexpectedly". > >> Cloning the SF repository to a local repository seems to be working fine > - > >> it seems that the local cloned repository contains all the files. But I > >> don't know if the push operation completely successfully or was missing > a > >> step or two. > >> > >> Shlomy > >> > >> > >> On Thu, Sep 9, 2010 at 9:13 AM, Marcelo Vanzin < > va...@us...> > >> wrote: > >>> > >>> On Wed, Sep 8, 2010 at 11:01 PM, Shlomy Reinstein <sre...@gm...> > >>> wrote: > >>> > Thanks a lot. The part I didn't understand before is how to get to > the > >>> > SF > >>> > repository location. > >>> > >>> Did you figure that out? There's a link to the shell service wiki on > >>> the git wiki. Somewhere in the doc they say what's the path to the git > >>> source root too. > >>> > >>> > BTW, is this list of steps specified somewhere on SF? > >>> > >>> The first list is derived from the docs; there's a lot of info on the > >>> wiki and it's easy to get confused. The second list is not in there > >>> AFAIK, and is based on what Vampire (I think) did to enable commit > >>> e-mails in git. > >>> > >>> > On Thu, Sep 9, 2010 at 7:33 AM, Marcelo Vanzin > >>> > <va...@us...> > >>> > wrote: > >>> >> > >>> >> On Tue, Sep 7, 2010 at 9:32 PM, Shlomy Reinstein < > sre...@gm...> > >>> >> wrote: > >>> >> > I tried to follow the "git reference" to create a git repository > for > >>> >> > my > >>> >> > jEdit plugins in SF, but all attempts fail with "The remote end > hung > >>> >> > up > >>> >> > unexpectedly". > >>> >> > Can you list the steps you used to add the PV repository there? > >>> >> > >>> >> It's been a while, but let me see if I remember. Mostly I read the > >>> >> sourceforge instructions: > >>> >> http://sourceforge.net/apps/trac/sourceforge/wiki/Git > >>> >> > >>> >> . ssh into the shell account > >>> >> . cd to the git repository (see "Creating Multiple Repositories") > >>> >> . mkdir PluginName / cd PluginName / git init (see "How to create a > >>> >> new local repository") > >>> >> > >>> >> Now if you're starting from scratch you can probably clone the > remote > >>> >> repo and then start adding stuff locally, then push things into the > >>> >> repo. If you're moving a plugin from svn, I used svn2git > >>> >> (http://github.com/jcoglan/svn2git) locally, then followed the > >>> >> instructions in "How to push a local repository". > >>> >> > >>> >> Once you create the repo, a few things you may want to do: > >>> >> > >>> >> . copy "hooks/post-receive" from an existing plugin into your > >>> >> repository > >>> >> . edit the "description" file > >>> >> . edit the "config" file, copy / edit the "hooks" section from an > >>> >> existing repository > >>> > >>> > >>> -- > >>> Marcelo Vanzin > >>> mmv...@gm... > >>> "Life's too short to drink cheap beer." > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> This SF.net Dev2Dev email is sponsored by: > >>> > >>> Show off your parallel programming skills. > >>> Enter the Intel(R) Threading Challenge 2010. > >>> http://p.sf.net/sfu/intel-thread-sfd > >>> -- > >>> ----------------------------------------------- > >>> jEdit Developers' List > >>> jEd...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jedit-devel > >> > >> > >> > ------------------------------------------------------------------------------ > >> This SF.net Dev2Dev email is sponsored by: > >> > >> Show off your parallel programming skills. > >> Enter the Intel(R) Threading Challenge 2010. > >> http://p.sf.net/sfu/intel-thread-sfd > >> -- > >> ----------------------------------------------- > >> jEdit Developers' List > >> jEd...@li... > >> https://lists.sourceforge.net/lists/listinfo/jedit-devel > >> > >> > > > |