Re: some confusion about subversion

2010-10-11 Thread Nico Kadel-Garcia
Ah, sorry, you're right. I remembered "svn mkdir", not "svn add". "svn add" requires the local content to actually load the file. On Mon, Oct 11, 2010 at 2:04 PM, Stefan Sperling wrote: > On Mon, Oct 11, 2010 at 07:25:57AM -0400, Nico Kadel-Garcia wrote: >> It's also possible to to "svn add >

Re: some confusion about subversion

2010-10-11 Thread Stefan Sperling
On Mon, Oct 11, 2010 at 07:25:57AM -0400, Nico Kadel-Garcia wrote: > It's also possible to to "svn add > svn://hostname/reponame/trunk/filename.txt", or whatever the URL would > be on the Subversion server. In that case, it won't appear locally > until you do an "svn update" in the local working re

Re: some confusion about subversion

2010-10-11 Thread Nico Kadel-Garcia
On Sat, Oct 9, 2010 at 1:26 PM, Richard England wrote: > On 10/09/2010 09:23 AM, 肖晗 wrote: > > I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test

Re: some confusion about subversion

2010-10-10 Thread Richard England
On 10/09/2010 09:23 AM, 肖晗 wrote: I am just new to subversion and encountered some confusion. I have set up a svn server on my ubuntu/linux. After creating an account called "test" under /var/svn(using svnadmin create /var/svn/test), I checked out the repository under "/home" directory. And all

Re: some confusion about subversion

2010-10-09 Thread Siva Kumar
> I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test), I checked out the repository under "/home" directory. > And all these went smoothly until w

Re: some confusion about subversion

2010-10-09 Thread Daniel Shahaf
肖晗 wrote on Sun, Oct 10, 2010 at 00:23:57 +0800: > I am just new to subversion and encountered some confusion. > I have set up a svn server on my ubuntu/linux. > After creating an account called "test" under /var/svn(using svnadmin create > /var/svn/test), I checked out the repository under "/home"