You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ahmed <ma...@gmail.com> on 2006/06/07 06:42:19 UTC

Hi , how to checkin my new code

Hi ,

      I have setup the svn server successfully and imported our project into
the trunk ,

      Now i have some changes in my code that i need to check in .

     Can somebody educate me in understanding the below points:
     1. How can i check-in  the new code ?

     2. if i checkin the new code will the trunk will have new version
assigned now, and when i checkout freshly , will i get code with latest
changes.

     With Thanks and Regards,

Re: Hi , how to checkin my new code

Posted by Bhuvaneswaran <bh...@ubuntu.com>.
>      1. How can i check-in  the new code ?

$ cd project_dir; svn commit -m "your log message"

>      2. if i checkin the new code will the trunk will have new version
> assigned now, and when i checkout freshly , will i get code with latest
> changes.

Yes! As Johan pointed you must read the svn book. All these basic
questions are already covered in the book.

-- 
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
GPG: 0x7A13E5B0

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

Re: Hi , how to checkin my new code

Posted by Johan Appelgren <jo...@gmail.com>.
On 6/7/06, ahmed <ma...@gmail.com> wrote:
>
> Hi ,
>
>       I have setup the svn server successfully and imported our project into
> the trunk ,
>
>       Now i have some changes in my code that i need to check in .
>
>      Can somebody educate me in understanding the below points:
>      1. How can i check-in  the new code ?
>
>      2. if i checkin the new code will the trunk will have new version
> assigned now, and when i checkout freshly , will i get code with latest
> changes.
>
>      With Thanks and Regards,
>

You should start by reading the subversion book,
<http://svnbook.red-bean.com/nightly/en/svn-book.html>. I believe both
your questions are answered quite well in there.

/Johan

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