Subversion with a working directory that is on a network drive is very
slow, because of all the metadata operations that take place. 
Ideally, each working directory would be on the developer's local
machine.

We use a similar setup to what you describe, where we have working
directories on a shared dev server, and then use a mapped drive to
access them, but for large operations (like merging or large
additions), we do them locally from the dev server. I.e. log into the
shared server, and run 'svn' from the command line.

I wouldn't recommend using 'export' on your dev machine.  Just leaving
a working directory is much nicer, because you get incremental updates
and stuff, and it lets you potentially make tweaks to the shared
instance of the app (like spelling errors), without having to create
or switch a working directory to whatever version is on the shared
instance.

In all of this, the location of the repository is irrelevant.

cheers,
barneyb

On 8/10/05, Stan Winchester <[EMAIL PROTECTED]> wrote:
> We have installed Subversion on a development web server. We setup a
> repository directly on the server using the Berkeley database, and import a
> project with no problems. Then from a local work station we checkout the
> repository to a mapped drive on the web server (See below)
> 
> Web server:
> F:\svnrepository\examplesite\trunk (repository)
> F:\tempdir\examplesite (import location)
> F:\websites\examplesite\trunk (test directory inside http path)
> 
> Local work station:
> Z:\examplesite (checkout repository to mapped drive pointing to
> "F:\websites\examplesite\trunk")
> 
> We then added tinyMCE to the project and tried to commit it, but it takes
> forever or throws errors.
> 
> Our local network is a 10/100 Ethernet.
> 
> I was wondering if we should checkout the repository to a local drive on
> each workstation, and then do an export to a test/deployment directory on
> the web server. How do others use subversion with a remote web server?
> 
> Thank you,
> Aftershock Web Design, Inc.
> by: Stan Winchester
> President/Developer
> [EMAIL PROTECTED] 
> http://www.aftershockweb.com/ 
> Phone 503-244-3440
> Fax 503-244-3454
> 
> 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214393
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to