 |
|
| Linux Forum Index » Linux Development » Checking out subversion |
|
Page 1 of 1 |
|
| Author |
Message |
| Lorenzo Thurman |
Posted: Tue Dec 05, 2006 8:24 pm |
|
|
|
Guest
|
I hope this is a good place to ask this, if not apologies:
I want to checkout a revision, but I don't want the .svn directories to
be created. Is there a way to do this within subversion? The reason we
need to do this is that we want to checkout a "stable" branch and put it
directly into testing. I know the .svn directories should not cause a
problem, but we'd like to loose them all the same.
TIA |
|
|
| Back to top |
|
|
|
| Dan Engel |
Posted: Thu Apr 19, 2007 12:10 pm |
|
|
|
Guest
|
On Tue, 05 Dec 2006 16:24:15 -0600, Lorenzo Thurman wrote:
Quote:
I want to checkout a revision, but I don't want the .svn directories to
be created. Is there a way to do this within subversion? The reason we
need to do this is that we want to checkout a "stable" branch and put it
directly into testing. I know the .svn directories should not cause a
problem, but we'd like to loose them all the same.
Try the export command, rather than the checkout command. Export is
basically the same as checkout, except that it doesn't link your workspace
to the repository (which is what the .svn directories do).
Beware, however, that without the .svn files, the changes made to the
resulting workspace can't be checked back in from that same
workspace--you'd have to do another checkout and copy your modified files
over to the new one.
-Dan |
|
|
| Back to top |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Thu Nov 26, 2009 7:48 am
|
|