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.

svn w/o .svn

edited May 2006 in Vanilla 1.0 Help
is there away to download the files from svn w/o downloading the /.svn within them? a setting in tortoise perhaps?

Comments

  • after downloading the svn you have to use the export function in the contextmenu
  • ahaha! got it. but if i have not been doing that and just ftping them to my server w/ the .svn its no prob right?
  • no, that should not be a problem.

    actually with tortoisesvn, you don't have to check out and then export it in two steps. you can make a folder, right click it and pick export directly from the context menu.

    i don't know if you're using tortoisesvn, though ;)
  • yes i am using tortoisesvn... but i am brand new at it and have never dealt w/ svn's before. So, I can export it directly to my FTP?
  • "actually with tortoisesvn, you don't have to check out and then export it in two steps. you can make a folder, right click it and pick export directly from the context menu." That's what you do with commandline svn too.
  • jared, once you select the "export" option in the context menu, tortise will then ask you where you want to export a copy of the files to, this will then export a "fresh" copy of the updated files to another directory of your choosing. That directory will be as static as just exporting files from a zip which you can do whatever you want with then. If at any time afterwards you do another SVN update on a local repository, you'll have to export another fresh copy again if you want to upload it without all the .svn files/folders. It's just the way windows manages the hidden files and folders as opposed to other systems so you'll end up with tons of extra unecessary files if you're just copying the local svn repository manually.
  • thanks lech- maybe ill give it a shot on the next build as i already did it manually today w/ 423
  • You can export each time a version bump comes along or even export an earlier version if you'd like to and keep a local copy for yourself if you run into trouble. If it starts asking for a login/password, then just realize you're not supposed to be playing with that portion :)
This discussion has been closed.