Board index » delphi » Re: SVN and hidden .svn folders

Re: SVN and hidden .svn folders


2008-01-20 12:58:43 AM
delphi165
On Sat, 19 Jan 2008 18:08:40 +0200, Michael Baytalsky writes:
Quote
Is there a way to setup SVN so it doesn't create those
hidden .svn folders within working folders? Deleting
them is not a problem, however it seem to defeat the purpose.
I would rather have them all in a separate place somewhere,
especially since they are not exactly tiny - usually
twice the size and many times the number of original source
files.
No, SVN requires these files to track changes.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
 
 

Re: SVN and hidden .svn folders

"Michael Baytalsky" <XXXX@XXXXX.COM>wrote
Quote
Is there a way to setup SVN so it doesn't create
those hidden .svn folders within working folders?
To add something to what the other responders have said: When I make of zip of folders and folder trees that are under SVN management, I tell PKZip to *not* include the hidden files. --JohnH
 

Re: SVN and hidden .svn folders

Am Sat, 19 Jan 2008 18:08:40 +0200 schrieb Michael Baytalsky:
Hi Michael,
btw, is there already a new version of DB Extension and Designer in the
pipeline - just curious, you know ;-)
--
cu,
Michael
 

Re: SVN and hidden .svn folders

Hi Michael,
Quote
btw, is there already a new version of DB Extension and Designer in the
pipeline - just curious, you know ;-)
It is and for quite some time now, but as they say "it's not ready until
it's ready" - unfortunately. I wish we could release it already, but
there are still some things we have to finish.
Regards,
Michael
 

Re: SVN and hidden .svn folders

Michael Baytalsky writes:
Quote

Is there a way to setup SVN so it doesn't create those
hidden .svn folders within working folders?
svk.bestpractical.com/view/HomePage
Based on svn and somewhat compatible with it. I believe you can use SVK
to checkout a working copy from an SVN repo.
Wayne