You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Marc Girod <ma...@iona.com> on 2006/11/14 17:20:04 UTC

How to import an updated release of a directory?

Hello,

I imported a first release of a tool into a subversion directory.
How do I import a second release (update) on top of the first?

  import doesn't seem to support that.
  diff allows me to compare the two, but there is no 'svn patch' tool...

May I just checkout the tree, replace the contents of my working copy,
and commit the result? What about the .svn sub-directories?

$ find . -name .svn | wc -l
200

Why didn't I find this in the FAQ or in the svn.haxx.se archive?
I'm looking for this under the wrong terms?

Thanks!
Marc

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

Re: How to import an updated release of a directory?

Posted by Andy Levy <an...@gmail.com>.
On 11/14/06, Marc Girod <ma...@iona.com> wrote:
> Hello,
>
> I imported a first release of a tool into a subversion directory.
> How do I import a second release (update) on top of the first?
>
>   import doesn't seem to support that.
>   diff allows me to compare the two, but there is no 'svn patch' tool...
>
> May I just checkout the tree, replace the contents of my working copy,
> and commit the result? What about the .svn sub-directories?

What you're describing sounds very much like something that's called a
vendor branch in the Subversion book. See if this helps:
http://svnbook.red-bean.com/nightly/en/svn.advanced.vendorbr.html

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