<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.version-control.superversion.general">
    <title>gmane.comp.version-control.superversion.general</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.superversion.general</link>
    <description></description>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq><rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.superversion.general/140"/>
 </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.superversion.general/140">
    <title>Branch, merge, and unknown files</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.superversion.general/140</link>
    <description>&lt;pre&gt;Regarding svn, version 1.6.13 (r1002816):

I have a trunk branch, we'll call it trunk, from which I copied to
make a development branch, we'll call it dev.

$ svn cp $SVN_ROOT/branches/trunk $SVN_ROOT/branches/dev

Recently, I rebased against trunk.

$ svn merge $SVN_ROOT/branches/trunk
$ svn ci -m "Rebase with trunk."

Now ... somehow I've got things in a state in which files which were
added by someone else to trunk are showing up on my dev branch as '?'.

$ svn st
? sub/dir/file.h

If I check out a new copy of my dev branch, those files are indeed not
on the branch.

I'm not sure how I got to this state.  ~shrug~ Fine.  But attempting
to add the file gives me.

$ svn add sub/dir/file.h
$ svn st
A sub/dir/file.h
$ svn ci
svn: Commit failed (details follow):
svn: File '$SVN_ROOT/branches/dev/sub/dir/file.h' already exists

So... it's unknown but it already exists?  Any help on how to get this
local copy of the file already on trunk to be known in my dev branch
would be greatly appreciated.



--------------&lt;/pre&gt;</description>
    <dc:creator>Damien Kick</dc:creator>
    <dc:date>2011-04-25T21:38:51</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.version-control.superversion.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.version-control.superversion.general</link>
  </textinput>
</rdf:RDF>
