You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bala Paranj <bp...@yahoo.com> on 2007/06/13 00:29:05 UTC

adding new files

When I do svn st, I see lots of new files (? mark). How do I add the new files into svn? When I do
svn add .  , it says the folder is already in subversion. svn ci .  does not do anything. TIA.

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

Re: adding new files

Posted by Bala Paranj <bp...@yahoo.com>.
Thanks. I found this tip helpful:
http://www.gregwhitescarver.com/blog/2006/05/22/add-multiple-files-in-subversion-at-once/

It works for my case where I want all the new files to be added.



> > On 6/12/07, Bala Paranj <bp...@yahoo.com> wrote:
> > > When I do svn st, I see lots of new files (? mark). How do I add the new files into svn?
> When I do
> > > svn add .  , it says the folder is already in subversion. svn ci .  does not do anything.
> TIA.
> >
> > svn add the files not the directory
> >
> > ---------------------------------------------------------------------
> > 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

Re: adding new files

Posted by Russ <rs...@istandfor.com>.
Sorry, I forgot that this list is set up wrong.

Russ
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: "Larry Martell" <la...@gmail.com>

Date: Tue, 12 Jun 2007 19:00:10 
To:rsivak@istandfor.com
Subject: Re: adding new files


On 6/12/07, Russ <rs...@istandfor.com> wrote:
> Or better svn add . --force
>
> Or use.a gui client.
>
> Russ
> Sent wirelessly via BlackBerry from T-Mobile.

Please do not email me directly - reply to the list ...
especially when I am not the one who asked the question
in the first place.

-larry

> -----Original Message-----
> From: "Larry Martell" <la...@gmail.com>
>
> Date: Tue, 12 Jun 2007 18:31:54
> To:users@subversion.tigris.org
> Subject:  Re: adding new files
>
> On 6/12/07, Bala Paranj <bp...@yahoo.com> wrote:
> > When I do svn st, I see lots of new files (? mark). How do I add the new files into svn? When I do
> > svn add .  , it says the folder is already in subversion. svn ci .  does not do anything. TIA.
>
> svn add the files not the directory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

Re: adding new files

Posted by Larry Martell <la...@gmail.com>.
On 6/12/07, Bala Paranj <bp...@yahoo.com> wrote:
> When I do svn st, I see lots of new files (? mark). How do I add the new files into svn? When I do
> svn add .  , it says the folder is already in subversion. svn ci .  does not do anything. TIA.

svn add the files not the directory

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

RE: adding new files

Posted by Méresse Christophe <ch...@nagra.com>.
 

> -----Original Message-----
> From: Bala Paranj [mailto:bparanj@yahoo.com] 
> Sent: mercredi, 13. juin 2007 02:29
> To: users@subversion.tigris.org
> Subject: adding new files
> 
> When I do svn st, I see lots of new files (? mark). How do I 
> add the new files into svn? When I do svn add .  , it says 
> the folder is already in subversion. svn ci .  does not do 
> anything. TIA.

Use the --force option:

svn add --force .

Regards
Christophe

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