To this point I've kept all my personal projects in a private SVN repository, but Joe wanted access to the source of my bicycle dashboard, so I opened it up to anonymous read access at https://ssl.barneyb.com/svn/barneyb/bicycle_dashboard/. I'll probably end up opening a few other projects as well (like my award winning schema tool, which has some major updates close to release), so stay tuned.
Categories
- ajax (12)
- amazon (10)
- aside (21)
- biking (10)
- bluedragon (22)
- cfml (141)
- coldfusion (98)
- css (3)
- database (18)
- development (141)
- eclipse (3)
- flex (27)
- fusebox (22)
- golf (1)
- gpsracr (4)
- grails (2)
- groovy (66)
- iphone (6)
- java (19)
- javascript (31)
- jfission (6)
- meta (81)
- neuromancer (6)
- orm (8)
- osx (4)
- personal (126)
- potd (8)
- project euler (6)
- railo (19)
- random (18)
- sudoku (5)
- tools (113)
- wordpress (16)
Archives
- January 2012 (1)
- December 2011 (1)
- November 2011 (2)
- October 2011 (1)
- September 2011 (2)
- August 2011 (1)
- July 2011 (1)
- June 2011 (1)
- May 2011 (11)
- April 2011 (1)
- March 2011 (1)
- February 2011 (1)
- January 2011 (4)
- December 2010 (2)
- October 2010 (1)
- September 2010 (4)
- August 2010 (3)
- July 2010 (4)
- June 2010 (1)
- May 2010 (8)
- April 2010 (11)
- March 2010 (17)
- February 2010 (7)
- January 2010 (8)
- December 2009 (1)
- November 2009 (4)
- October 2009 (4)
- September 2009 (9)
- August 2009 (6)
- July 2009 (6)
- June 2009 (6)
- May 2009 (19)
- April 2009 (28)
- March 2009 (19)
- February 2009 (7)
- January 2009 (17)
- December 2008 (12)
- November 2008 (6)
- October 2008 (9)
- September 2008 (11)
- August 2008 (6)
- July 2008 (14)
- June 2008 (13)
- May 2008 (11)
- April 2008 (14)
- March 2008 (2)
- February 2008 (2)
- January 2008 (6)
- December 2007 (7)
- November 2007 (16)
- October 2007 (9)
- September 2007 (15)
- August 2007 (8)
- July 2007 (23)
- June 2007 (18)
- May 2007 (3)
- April 2007 (7)
- March 2007 (3)
- February 2007 (5)
- January 2007 (1)
- December 2006 (9)
- November 2006 (11)
- October 2006 (15)
- September 2006 (1)
- August 2006 (6)
- July 2006 (5)
- June 2006 (4)
- May 2006 (4)
- April 2006 (17)
- March 2006 (3)
- February 2006 (1)
- January 2006 (4)
- December 2005 (4)
- November 2005 (3)
- October 2005 (6)
- September 2005 (10)
- August 2005 (4)
- July 2005 (8)
- June 2005 (7)
- May 2005 (5)
- April 2005 (4)
- March 2005 (5)
- February 2005 (1)
- January 2005 (6)
- December 2004 (18)
- November 2004 (8)
- October 2004 (7)
- September 2004 (4)
- August 2004 (2)
- June 2004 (4)
- May 2004 (5)
- April 2004 (6)
- March 2004 (10)
- February 2004 (6)
© 2011-2023 Barney Boisvert
Any thoughts on changing your projects to Apache Source License 2.0 so that they can be used more easily by people working in corporates?
The schema tool and transaction advice already are Apache licensed. I haven't formally licensed the bicycle app yet, but it'll probably follow suit.
Hello,
I have one issue being facing and hope you will defntly help me in this regard.I want to know how can one access public SVN through the browser?I mean if the path is https://sitename/../.. etc etc…How will I edit a file in that.I am providing the credential and successfullly able to browse the directory but how can i edit the one file in that.
Hope you will help me in this reagrds.
Ajeet,
Browser-based SVN access is read-only; there's no way to edit files, only view them. SVN uses HTTP (really the WebDAV extensions) as a network layer, so you use the same URL with a real client as you do with the browser.
However, my SVN repositories are not anonymously writable (for obvious reasons), so whatever client you use (browser or otherwise), you can only read them. If you have a mutable repository, any real client (Subclipse, TortoiseSVN, etc.) will let you commit changes to them.
Thanks for the quick reply…
I have tortiose SVN running in the Windows machine but when I try to provide the URL through repository browser I dint see username and passwd asking..So did it fail to open the repo structure…Can you tell me how can I get that window..or I need to do some settings on that…I tried the alternative way around.I created one folder on D: and right clicked and created the repository.Next I tried to import the whole project in that folder..but then it seemd useless becoz I need to only add 1 file to a folder…why shud I consume the whole space.anyway I tried but the same issue.
Plz Help me in this regard.I am completely stuck!!!!
Ajeet,
If you're looking for a basic Subversion tutorial, there are myriad options available online. If you want a TortoiseSVN specific resource, they have some of those available on their website.
If a user/pass is required, you should be prompted for one automatically. Beyond that, I'd recommend reading up on some docs/manuals.
Barney,
I've found your post while I was looking for the exact same solution: I want to have one public folder in my repo (anoymous reads, authenticated writes) but was fighting with Apache's config the whole day and didn't get it working. Can you please send me the relevant config entries for Apache and the svnaccess file?
Thanks, Alex
Alex,
I posted the relevant bits in a new post, available here: http://www.barneyb.com/barneyblog/2008/02/28/read-only-and-read-write-svn-repositories/
Thanks, works like a charm now!