From: Stefan F. <ste...@we...> - 2011-08-25 19:46:11
|
Brett: I wanted to change the wiki entry for setting up a repository environment. This made me realize that the link to the git repository for a read/write access contains my username instead of a generic {username} on the git sourceforge page. (see the gray box on https://sourceforge.net/scm/?type=git&group_id=132173)? The page looks like a standard template, but I cannot imagine that the simply choose one developer name randomly. Are you able you to fix that, as the link will not work for any other than me? Stefan |
From: brett l. <bre...@gm...> - 2011-08-25 20:03:33
|
It's a dynamically generated page. Log out, then look at the page. You'll notice they don't provide a read/write URL at all unless you're logged in. Anyone that doesn't have commit access should use the read-only URL to clone from. They can't push anyway, so it won't matter. If, at some future point, they get commit access, they can update the remote.origin.url in their git config to the read/write URL. Our wiki docs don't need to duplicate the documentation that SF.net provides already. Just point a link at that page and instruct people to click the link to see the repo cloning instructions. Then, continue on with instructions on how to submit patches to the list. ---Brett. On Thu, Aug 25, 2011 at 12:48 PM, Stefan Frey <ste...@we...> wrote: > Brett: > I wanted to change the wiki entry for setting up a repository environment. > This made me realize that the link to the git repository for a read/write > access contains my username instead of a generic {username} > on the git sourceforge page. > (see the gray box on https://sourceforge.net/scm/?type=git&group_id=132173)? > > The page looks like a standard template, but I cannot imagine that the simply > choose one developer name randomly. > Are you able you to fix that, as the link will not work for any other than me? > > Stefan > > ------------------------------------------------------------------------------ > EMC VNX: the world's simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Stefan F. <ste...@we...> - 2011-08-25 20:20:53
|
the link with my username: stupid me, it was a long day already ;-) For the wiki: I will try not to duplicate information, but link information available in tutorials and add some hints/faqs from the discussions on the list. Stefan On Thursday, August 25, 2011 09:56:15 pm brett lentz wrote: > It's a dynamically generated page. Log out, then look at the page. > You'll notice they don't provide a read/write URL at all unless you're > logged in. > > Anyone that doesn't have commit access should use the read-only URL to > clone from. They can't push anyway, so it won't matter. If, at some > future point, they get commit access, they can update the > remote.origin.url in their git config to the read/write URL. > > Our wiki docs don't need to duplicate the documentation that SF.net > provides already. Just point a link at that page and instruct people > to click the link to see the repo cloning instructions. Then, continue > on with instructions on how to submit patches to the list. > > ---Brett. > > On Thu, Aug 25, 2011 at 12:48 PM, Stefan Frey <ste...@we...> wrote: > > Brett: > > I wanted to change the wiki entry for setting up a repository > > environment. This made me realize that the link to the git repository > > for a read/write access contains my username instead of a generic > > {username} > > on the git sourceforge page. > > (see the gray box on > > https://sourceforge.net/scm/?type=git&group_id=132173)? > > > > The page looks like a standard template, but I cannot imagine that the > > simply choose one developer name randomly. > > Are you able you to fix that, as the link will not work for any other > > than me? > > > > Stefan > > > > ------------------------------------------------------------------------- > > ----- EMC VNX: the world's simplest storage, starting under $10K > > The only unified storage solution that offers unified management > > Up to 160% more powerful than alternatives and 25% more efficient. > > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > --------------------------------------------------------------------------- > --- EMC VNX: the world's simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |