Checking out svn repository without .svn files -


i have svn repository on dedicated server (centos 5.5) @ /var/svn/myrepository. want copy files production folder /var/www/mywebapp.

as far understanding svn use svn export on local project folder has sourcecode , additional .svn files. on dedicated server have repository. how can sourcecodefiles, without .svn files out of repository /var/www/myweapp folder?

no. don't need working copy svn export.

just do:

$ cd /var/www/mywebapp $ svn export url 

you should clean copy of head /var/www/mywebapp.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -