Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

CVS or SVN for Vanilla project

12346»

Comments

  • MarkMark Vanilla Staff
    Okay, I've gotten all of the permissions to work properly. Now the only problem is that it won't let me commit after adding a new file.
  • MarkMark Vanilla Staff
    edited December 2005
    Sergiy to the rescue!

    Quote:
    I just found a very ugly problem that appears in Subversion when ErrorDocument 404 handler is enabled in Apache like this:
    
    ErrorDocument 404 http://www.blah.com
    
    Basically what it adds up to is that Subversion refuses to add any new files to a repository and shows propfind 302 found error if ErrorDocument 404 handler is enabled.
    
    The solution is to disable special 404 error handling for Subversion directories with 'ErrorDocument 404 default':
    
    <Location /repos>
       DAV svn
       SVNParentPath /var/www/svn
       SVNIndexXSLT /svnindex.xsl
    
       # Limit access to list of valid users.
       # Require SSL connection for password protection.
       # SSLRequireSSL
    
       AuthType Basic
       AuthName "Multiplex Systems Subversion Repository"
       AuthUserFile /var/www/auth-file
       Require valid-user
       ErrorDocument 404 default
    </Location>
  • *massages mark while he works.
  • *fanning mark while he works
  • lechlech
    edited December 2005
    I've made Atom and RSS2 extensions. Both of them work based on the scope of the page. So, if you run a search on the search page and then click on the Atom or RSS2 button, you get *those* results. The same goes for if you apply filters to the discussion index. It also works on the comments page.

    Mmmm, I smell RSS Namewhoring in someones future...
  • edited January 2006
    Edit: You did not read this post. I did not write this post. I am not telling you that you did not read this post. (that means i forgot to search before speaking)
  • edited January 2006
    Dude, first post on the forum! http://lussumo.com/community/discussion/1253/vanilla-093-beta-released-20051201/ 0.9.3 is 1.0 give or take. Though if you found and fixed all the bugs on 0.9.3 you'd basically have 1.0. SO i guess in that way you could take a peek :)
  • *waves hand* these are not the noobs you're looking for
  • damn, my jedi skills aren't as toned as they used to be. Basically- yes it was the first post, yes i'm an idiot, and yes i watch star wars too much...
  • oh. I dont watch star wars. trekkie!
  • Trekkie... Phhft. Star wars has light sabers. And no amount of tricorders technocoffee or anything else they want to shove into Star Trek will ever beat a shiny pole that goes *clears throat" KKKKSSSSSSSHAAAAAAAAOOOOOOORAAARRRGH... (this thread is basically dead, so i don't feel to bad about getting way off topic to make light saber noises)
  • Phasers disintigrate people, light sabers slice bread!
  • and toast it (seen Futurama?)
  • Never really liked it too much :/
  • well they use mini light sabers to slice bread, and toast it. I was just crediting my sources
This discussion has been closed.