Re: [Subclipse-users] Need a subversion client that does Share Project like Subclipse does
From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-04 21:02:28 CEST
On 8/4/07, Dean Schulze <dean_w_schulze@yahoo.com> wrote:
The things that Subclipse are doing should be doable with any client.
Just do this:
1) Make a directory in the repository for the project:
svn mkdir -m "Initial import" url://server/repos/project/trunk
2) Checkout that folder to the root of the location with your files.
svn co url://server/repos/project/trunk LocalFolder
3) Add and commit.
svn add -R .
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org For additional commands, e-mail: users-help@subclipse.tigris.orgReceived on Sat Aug 4 21:00:47 2007 |
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.