You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Jayaram Subramanian <rs...@gmail.com> on 2010/01/22 14:16:39 UTC

SVN message

Hi
I was trying to add a patch for AutoIncrement.java file  for review. But i
got the attached message stating "already under version control".  Should i
execute a different command to add my file for second time?

With Regards
Jayaram

Re: SVN message

Posted by Knut Anders Hatlen <Kn...@Sun.COM>.
Jayaram Subramanian <rs...@gmail.com> writes:

> Hi
> I was trying to add a patch for AutoIncrement.java file  for review. But i got
> the attached message stating "already under version control".  Should i
> execute a different command to add my file for second time?

Hi Jayaram,

If I understand your question correctly, you're trying to run "svn add"
on a file when you see that message. You only need to run "svn add" once
per file, unless you've run "svn remove" or "svn revert" in the
meantime, so I think it should be fine. The easiest way to check that
the file has been successfully added, is to run "svn status" and see if
there's an "A" printed in front of AutoIncrement.java.

-- 
Knut Anders

Re: SVN message

Posted by Kathey Marsden <km...@sbcglobal.net>.
Jayaram Subramanian wrote:
> Hi
> I was trying to add a patch for AutoIncrement.java file  for review. 
> But i got the attached message stating "already under version 
> control".  Should i execute a different command to add my file for 
> second time?
>  
Hi Jayaram,

Once you have added it, you do not need to add it again.  Just making a 
patch with svn diff will be fine.