Quantcast

how can i get undates from trunk

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

how can i get undates from trunk

SaphirusTux
i'm working with pcl-trunk.
to activate kinfu i changed some CMakeLists.txt files and added som .cpp files.
i want to get the updates without loosing the modifications that i made.
for now i'm doing that manually
can some one explaine me how i can do that automatically ?
thanks
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how can i get undates from trunk

Salvo
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how can i get undates from trunk

SaphirusTux
yes but i don't want to make the updates manually :(
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how can i get undates from trunk

aichim
Hi,


Please read the SVN documentation for such questions.

If you created your own files and did not add them to our repository,
updating trunk/ will NOT lead to the deletion/modification of those files.


Cheers,
Alex

On 4/1/12 3:18 PM, SaphirusTux wrote:
> yes but i don't want to make the updates manually :(
>
> --
> View this message in context: http://www.pcl-users.org/how-can-i-get-undates-from-trunk-tp3873538p3875165.html
> Sent from the Point Cloud Library (PCL) Users mailing list archive at Nabble.com.
> _______________________________________________
> [hidden email] / http://pointclouds.org
> http://pointclouds.org/mailman/listinfo/pcl-users

_______________________________________________
[hidden email] / http://pointclouds.org
http://pointclouds.org/mailman/listinfo/pcl-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how can i get undates from trunk

Jochen Sprickerhof
Administrator
In reply to this post by SaphirusTux
* SaphirusTux <[hidden email]> [2012-04-01 06:18]:
> yes but i don't want to make the updates manually :(

With svn you can't be sure that it doesn't eat your changes. If have
time to make your self familiar with some versioning tools, I recommend
to look into git resp. git-svn.
_______________________________________________
[hidden email] / http://pointclouds.org
http://pointclouds.org/mailman/listinfo/pcl-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: how can i get undates from trunk

SaphirusTux
thanks jochen,
i think it's the best way
i'll try it
Loading...