Re: subversion won’t add new files

2014-09-24 Thread Ryan Schmidt
On Sep 24, 2014, at 11:59 AM, John Maher wrote: > Thanks for the links Ryan, but I've read through chapter 4. Can't say I > understand through chapter 4, but reading it again will unlikely produce > better results. Maybe in a couple of years. > > And I must mention that once you understand so

Re: subversion won’t add new files

2014-09-24 Thread jblist
On Sep 24, 2014, at 9:42 AM, John Maher wrote: > Thanks for the link jb. Reading through that section of the book I > encountered "file changes" and "tree changes." It also just mentions > "changes" numerous times. On my initial reading it appears that when the > book mentions "changes" wi

RE: subversion won’t add new files

2014-09-24 Thread John Maher
rsion Users Subject: Re: subversion won’t add new files On Sep 24, 2014, at 11:14 AM, John Maher wrote: > Thanks for your reply. Not sure why you wish to post opinions or think it's > clear when the book says "Send changes from your working copy to the > repository" when

RE: subversion won’t add new files

2014-09-24 Thread John Maher
ne was applicable. I tried looking at other mentions of the "changes" but due to my ignorance of the software I wasn't able to come to any conclusions myself. -Original Message- From: jbl...@icloud.com [mailto:jbl...@icloud.com] Sent: Wednesday, September 24, 2014 12:24 PM

Re: subversion won’t add new files

2014-09-24 Thread Ryan Schmidt
On Sep 24, 2014, at 11:14 AM, John Maher wrote: > Thanks for your reply. Not sure why you wish to post opinions or think it's > clear when the book says "Send changes from your working copy to the > repository" when I make a change in my working copy and it is ignored. Don't > take it person

Re: subversion won’t add new files

2014-09-24 Thread jblist
On Sep 24, 2014, at 9:14 AM, John Maher wrote: > Yes, you must "svn add" any files you want Subversion to add to the > repository. It's not meant to be confusing... I found the book exceptionally > clear and helpful in explaining how Subversion works and is meant to be used. > > > Thanks for

RE: subversion won’t add new files

2014-09-24 Thread John Maher
-Original Message- From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com] Sent: Wednesday, September 24, 2014 11:58 AM To: John Maher Cc: Subversion Users Subject: Re: subversion won’t add new files On Sep 24, 2014, at 10:54 AM, John Maher wrote: > I issue svn commit -m "

Re: subversion won’t add new files

2014-09-24 Thread Ryan Schmidt
(-m) option, svn will launch your editor for you to compose a commit message. > See the editor-cmd list entry in the section called “Config”. > > Which gives me no information as if it should add new files or that is my > job. Can someone tell me if it's my responsibility to add new

RE: subversion won’t add new files

2014-09-24 Thread John Maher
(-F) or --message (-m) option, svn will launch your editor for you to compose a commit message. See the editor-cmd list entry in the section called “Config”. Which gives me no information as if it should add new files or that is my job. Can someone tell me if it's my responsibility to add ne

Re: subversion won’t add new files

2014-09-24 Thread Ryan Schmidt
On Sep 24, 2014, at 10:38 AM, John Maher wrote: > Ryan Schmidt wrote: > >> On Sep 24, 2014, at 9:49 AM, John Maher wrote: >>> >>> Using subversion 1.7.6 on windows with visual studio 2008 on windows 7 and >>> I’m wondering why subversion won’t

RE: subversion won’t add new files

2014-09-24 Thread John Maher
’t add new files On Sep 24, 2014, at 9:49 AM, John Maher wrote: > > Using subversion 1.7.6 on windows with visual studio 2008 on windows 7 and > I’m wondering why subversion won’t add new files. Can you show us a transcript of this happening (or rather not happening)?

Re: subversion won’t add new files

2014-09-24 Thread Ryan Schmidt
On Sep 24, 2014, at 9:49 AM, John Maher wrote: > > Using subversion 1.7.6 on windows with visual studio 2008 on windows 7 and > I’m wondering why subversion won’t add new files. Can you show us a transcript of this happening (or rather not happening)?

Re: Add new files

2013-02-15 Thread Thorsten Schöning
Guten Tag C M, am Freitag, 15. Februar 2013 um 17:38 schrieben Sie: > Am I missing something here? Maybe svn help import. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon.

Re: Add new files

2013-02-15 Thread Les Mikesell
On Fri, Feb 15, 2013 at 10:38 AM, C M wrote: > > I need to add new files to my project. Is there a way to create an empty > working copy where I just copy the new files into it and then commit them? > > It seems unnecessary to have to checkout the whole project (or parts of it) &

Add new files

2013-02-15 Thread C M
Dear All, I need to add new files to my project. Is there a way to create an empty working copy where I just copy the new files into it and then commit them? It seems unnecessary to have to checkout the whole project (or parts of it) to the working copy when I don't need to update any