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.
Im new to SVN
ok, so this SVN thing is new to me. I downloaded an SVN client on my home computer, MAC OSX. and I succesfully svn(d) the files to my computer. However once I started following the instructions in the notes file I got some issues...
1. I get the following error when I try and setup the Framework and People connections. (svn propedit svn:externals vanilla)
subversion/libsvn_client/prop_commands.c:600: (apr_err=200005)
svn: 'vanilla' is not under version control
This may be the root of all my problems, but to continue on.
2. When I try and upload these files to my server I get all kinds of permissions problems in reading and writing the files. So when I did a chmod 777 on all the files on my comp and copied, it started ok, but when uploading the svn files it seemed to want to copy those over and over?? weird.
Any ideas?
Thanks,
Brad
0
This discussion has been closed.
Comments
svn export [-r REV] http://lussumo.com/svn/vanilla/trunk [PATH] svn export [-r REV] http://lussumo.com/svn/people/trunk [PATH] svn export [-r REV] http://lussumo.com/svn/framework/trunk [PATH]
That is the only svn command you need to install Vanilla; it will make a clean copy of the trunk (no .SVN crapfiles) in whatever folder you choose.
If you want the current revision to be downloaded into the current folder, it's even easier:
svn export http://lussumo.com/svn/vanilla/trunk svn export http://lussumo.com/svn/people/trunk svn export http://lussumo.com/svn/framework/trunk