[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Initial Layout Questions

From: Bryan Andrews <bandrews_at_trendinfluence.com>
Date: 2004-02-16 12:49:00 CET

This apparently is a problem. I cannot check out this directory over the current directory as subversion reports: "This object already exists in respect to a directory."

Any thoughts on this?

-----Original Message-----
From: Bryan Andrews
Sent: Tuesday, February 10, 2004 2:30 PM
To: users@subversion.tigris.org
Subject: Initial Layout Questions

Reading the manual, I see that:

After deciding how to arrange the projects in your repository, you'll probably want to actually populate the repository with that layout and with initial project data. There are a couple of ways to do this in Subversion. You could use the svn mkdir command (see Chapter 9, Subversion Complete Reference) to create each directory in your skeletal repository layout, one-by-one. A quicker way to accomplish the same task is to use the svn import command (see the section called "svn import"). By first creating the layout in a temporary location on your drive, you can import the whole layout tree into the repository in a single commit:

I am on WindowsXP and 2000 server

So if I have an existing directory:

D:\Projects\MyProject

And I import this into http://svnserver/projects/trunk/MyProject

Then I try to check it out to the same folder (D:\Projects\MyProject) is this going to cause a problem? This is where my web apps build and live for testing and dev (Vdirs point to it). Dp I need to move them into a temp directory then check out into the original location so the files live in the correct place? Or can I just check out over the top of the files already sitting there?

Also I have dlls that live in the bin directory that I may or may not want to check in, but if I don't want to it says its going to delete them - is that my only option? Delete them from the working folder or check them into sourcesafe?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 16 12:50:19 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.