digitalmars.D - Docs on dsource
- dsimcha (4/4) Jan 13 2009 Really stupid question from a total SVN noob: I uploaded some docs to S...
- John Reimer (9/15) Jan 13 2009 Are the docs in HTML or plain text?
- Jarrett Billingsley (5/9) Jan 14 2009 I've never got a "forbidden" error, but I have had to change the svn
- dsimcha (6/16) Jan 14 2009 Can you please elaborate on this? What do I need to change the MIME typ...
- jcc7 (6/16) Jan 14 2009 This page describes the MIME-type change:
- dsimcha (2/18) Jan 14 2009 Awesome. Thanks.
- Jarrett Billingsley (2/7) Jan 14 2009 Stop being so clever ;)
- John Reimer (3/22) Jan 14 2009 Nice! :)
- Nick Sabalausky (4/28) Jan 14 2009 Pardon me for saying so, but version control should never be ignored, no...
Really stupid question from a total SVN noob: I uploaded some docs to SVN for a dsource project, and linked to them via the project wiki. When I follow the link to the docs, I get an HTML forbidden error. How do I change the permissions in that SVN directory to make the docs viewable as plain old HTML?
Jan 13 2009
Hello dsimcha,Really stupid question from a total SVN noob: I uploaded some docs to SVN for a dsource project, and linked to them via the project wiki. When I follow the link to the docs, I get an HTML forbidden error. How do I change the permissions in that SVN directory to make the docs viewable as plain old HTML?Are the docs in HTML or plain text? If they are text, I guess the direct link should work. If they are html, you may need special permissions to display the html from a link. I would email brad at dsource.org (convert that to email address form) since it may not be merely an svn management problem. Another option, in the meantime, is to add the doc to the project wiki itself (but you must have permissions for that too, I suppose). -JJR
Jan 13 2009
On Tue, Jan 13, 2009 at 11:23 PM, dsimcha <dsimcha yahoo.com> wrote:Really stupid question from a total SVN noob: I uploaded some docs to SVN for a dsource project, and linked to them via the project wiki. When I follow the link to the docs, I get an HTML forbidden error. How do I change the permissions in that SVN directory to make the docs viewable as plain old HTML?I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.
Jan 14 2009
== Quote from Jarrett Billingsley (jarrett.billingsley gmail.com)'s articleOn Tue, Jan 13, 2009 at 11:23 PM, dsimcha <dsimcha yahoo.com> wrote:Can you please elaborate on this? What do I need to change the MIME type to? Please understand that most of my programming experience comes from working on research prototype code, where a lot of formalities like version control are often ignored, so my knowledge of tools like SVN is *way* behind my general programming knowledge. Assume I know almost nothing about SVN.Really stupid question from a total SVN noob: I uploaded some docs to SVN for a dsource project, and linked to them via the project wiki. When I follow the link to the docs, I get an HTML forbidden error. How do I change the permissions in that SVN directory to make the docs viewable as plain old HTML?I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.
Jan 14 2009
== Quote from dsimcha (dsimcha yahoo.com)'s articleThis page describes the MIME-type change: http://www.dsource.org/projects/tutorials/wiki/SvnTips But I think all you have to do is use URL's like this: http://svn.dsource.org/projects/dstats/docs/alloc.html (note: "svn" instead of "www").I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.Can you please elaborate on this? What do I need to change the MIME type to? Please understand that most of my programming experience comes from working on research prototype code, where a lot of formalities like version control are often ignored, so my knowledge of tools like SVN is *way* behind my general programming knowledge. Assume I know almost nothing about SVN.
Jan 14 2009
== Quote from jcc7 (technocrat7 gmail.com)'s article== Quote from dsimcha (dsimcha yahoo.com)'s articleAwesome. Thanks.This page describes the MIME-type change: http://www.dsource.org/projects/tutorials/wiki/SvnTips But I think all you have to do is use URL's like this: http://svn.dsource.org/projects/dstats/docs/alloc.html (note: "svn" instead of "www").I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.Can you please elaborate on this? What do I need to change the MIME type to? Please understand that most of my programming experience comes from working on research prototype code, where a lot of formalities like version control are often ignored, so my knowledge of tools like SVN is *way* behind my general programming knowledge. Assume I know almost nothing about SVN.
Jan 14 2009
On Wed, Jan 14, 2009 at 10:30 AM, jcc7 <technocrat7 gmail.com> wrote:This page describes the MIME-type change: http://www.dsource.org/projects/tutorials/wiki/SvnTips But I think all you have to do is use URL's like this: http://svn.dsource.org/projects/dstats/docs/alloc.html (note: "svn" instead of "www").Stop being so clever ;)
Jan 14 2009
Hello jcc7,== Quote from dsimcha (dsimcha yahoo.com)'s articleNice! :) -JJRThis page describes the MIME-type change: http://www.dsource.org/projects/tutorials/wiki/SvnTips But I think all you have to do is use URL's like this: http://svn.dsource.org/projects/dstats/docs/alloc.html (note: "svn" instead of "www").I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.Can you please elaborate on this? What do I need to change the MIME type to? Please understand that most of my programming experience comes from working on research prototype code, where a lot of formalities like version control are often ignored, so my knowledge of tools like SVN is *way* behind my general programming knowledge. Assume I know almost nothing about SVN.
Jan 14 2009
"dsimcha" <dsimcha yahoo.com> wrote in message news:gkks9h$1b74$1 digitalmars.com...== Quote from Jarrett Billingsley (jarrett.billingsley gmail.com)'s articlePardon me for saying so, but version control should never be ignored, not even on a one-man pet project.On Tue, Jan 13, 2009 at 11:23 PM, dsimcha <dsimcha yahoo.com> wrote:Can you please elaborate on this? What do I need to change the MIME type to? Please understand that most of my programming experience comes from working on research prototype code, where a lot of formalities like version control are often ignored, so my knowledge of tools like SVN is *way* behind my general programming knowledge. Assume I know almost nothing about SVN.Really stupid question from a total SVN noob: I uploaded some docs to SVN for a dsource project, and linked to them via the project wiki. When I follow the link to the docs, I get an HTML forbidden error. How do I change the permissions in that SVN directory to make the docs viewable as plain old HTML?I've never got a "forbidden" error, but I have had to change the svn mime type on them for them to show up as webpages instead of as raw source. That's something you do on your end with your svn client, then check them in.
Jan 14 2009