New to SVN

2011-12-07 Thread James Lopes
I created a project in our repository and used import to load the source code. Now my working folder has every icon that svn has any ideas? Please consider the environment before printing this email. ---

New To SVN

2013-08-23 Thread Deepak Bhatia
Hello, I am able to create the repository using svnadmin create --fs-type fsfs http://demo/~deepak/svn But the import of a directory is giving error -bash-4.2$ svn import -m "New import" /home/deepak/keyword_spotter http://localhost/~deepak/svn svn: Repository moved permanently to 'http://d

Re: New to SVN

2011-12-07 Thread David Chapman
On 12/7/2011 8:16 AM, James Lopes wrote: I created a project in our repository and used import to load the source code. Now my working folder has every icon that svn has any ideas? You need to provide more details. What were the commands you used to create the repository (if it did not a

RE: New to SVN

2011-12-07 Thread Cooke, Mark
> -Original Message- > From: David Chapman [mailto:dcchap...@acm.org] > Sent: 07 December 2011 16:48 > To: James Lopes > Cc: users@subversion.apache.org > Subject: Re: New to SVN > > > On 12/7/2011 8:16 AM, James Lopes wrote: > > > > I creat

Re: New to SVN

2011-12-07 Thread David Chapman
:48 AM *To:* James Lopes *Cc:* users@subversion.apache.org *Subject:* Re: New to SVN On 12/7/2011 8:16 AM, James Lopes wrote: I created a project in our repository and used import to load the source code. Now my working folder has every icon that svn has any ideas? You need to provide more deta

RE: New to SVN

2011-12-07 Thread James Lopes
From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 12:15 PM To: James Lopes; users@subversion.apache.org Subject: Re: New to SVN (The convention on this list is not to top-post. Also, please "reply all" so that the entire conversation can be searc

RE: New to SVN

2011-12-07 Thread James Lopes
From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 11:48 AM To: James Lopes Cc: users@subversion.apache.org Subject: Re: New to SVN On 12/7/2011 8:16 AM, James Lopes wrote: I created a project in our repository and used import to load the source code. Now my

Re: New to SVN

2011-12-07 Thread David Chapman
On 12/7/2011 9:51 AM, James Lopes wrote: *From:*David Chapman [mailto:dcchap...@acm.org] *Sent:* Wednesday, December 07, 2011 11:48 AM *To:* James Lopes *Cc:* users@subversion.apache.org *Subject:* Re: New to SVN On 12/7/2011 8:16 AM, James Lopes wrote: I created a project in our repository

RE: New to SVN

2011-12-07 Thread James Lopes
From: James Lopes [mailto:jlo...@bostonfinancial.com] Sent: Wednesday, December 07, 2011 12:51 PM To: David Chapman Cc: users@subversion.apache.org Subject: RE: New to SVN From: David Chapman [mailto:dcchap...@acm.org] Sent: Wednesday, December 07, 2011 11:48 AM To: James Lopes Cc: users

RE: New to SVN

2011-12-07 Thread Cooke, Mark
> > > On 12/7/2011 8:16 AM, James Lopes wrote: > > > > > > I created a project in our repository and used import to load > > > the source code. Now my working folder has every icon that > > > svn has any ideas? > > You need to provide more details. What were the commands you > > used to crea

Re: New to SVN

2011-12-08 Thread Stefan Sperling
On Thu, Dec 08, 2011 at 07:20:44AM +, Cooke, Mark wrote: > > Do I have to have my working folder and svn folder have the same name? > Did you read the [free!] link that I gave you yesterday? > [1] http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/index.html > > [2] http://svnbook.red-bean.com

Re: New to SVN

2011-12-08 Thread Daniel Shahaf
Case in point: the last two paragraphs you just wrote should be written up somewhere other than the mailing list archives. :-P Stefan Sperling wrote on Thu, Dec 08, 2011 at 12:21:42 +0100: > On Thu, Dec 08, 2011 at 07:20:44AM +, Cooke, Mark wrote: > > > Do I have to have my working folder and

Re: New To SVN

2013-08-23 Thread Stefan Sperling
On Fri, Aug 23, 2013 at 06:07:42PM +0530, Deepak Bhatia wrote: > Hello, > > I am able to create the repository using > > svnadmin create --fs-type fsfs http://demo/~deepak/svn 'svnadmin create' requires a local path to a directory that does not yet exist. It is supposed to be run on the SVN

Re: New To SVN

2013-08-23 Thread Deepak Bhatia
Hello, Ok I created a repository by giving the absolute path to the directory. svnadmin create --fs-type fsfs /home/deepak/public_html/svn2 Then importing a directory is giving the error -bash-4.2$ svn import -m "New Import" . http://demo.voxomos.com/~deepak/svn2 svn: Repository moved permanent

Re: New To SVN

2013-08-23 Thread Stefan Sperling
On Fri, Aug 23, 2013 at 06:38:42PM +0530, Deepak Bhatia wrote: > Hello, > > Ok I created a repository by giving the absolute path to the directory. > > svnadmin create --fs-type fsfs /home/deepak/public_html/svn2 > > Then importing a directory is giving the error > > -bash-4.2$ svn import -m "N