<?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://blog.gmane.org/gmane.comp.version-control.subversion.vss2svn.user">
    <title>gmane.comp.version-control.subversion.vss2svn.user</title>
    <link>http://blog.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</link>
    <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.subversion.vss2svn.user/2383"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2382"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2381"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2380"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2379"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2378"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2368"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2364"/>
      </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.subversion.vss2svn.user/2383">
    <title>Re: SVN update fails</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2383</link>
    <description>
Shruti,

This sounds more like a question for the svn-users list (or TortoiseSVN, 
if that's the program you're using); this list is specifically for the 
migration of projects from VSS. However, it sounds like another program 
may have part of your Subversion working directory locked at the 
filesystem level while you're trying to run Cleanup. Try closing any 
other programs that might have access to those directories.

If you use TortoiseSVN, try opening Task Manager, then on the Processes 
tab find the one named TsvnCache.exe and terminate it. This will cause 
your icons in currently-open Explorer windows to quit working but it may 
also release the directory.

toby

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-11-24T16:44:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2382">
    <title>SVN update fails</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2382</link>
    <description>Hi, 
Here is the problem: 

When I try to update my local working copy, it gives an error:
"Working copy &lt;directory&gt; locked. Please execute the 'Clean-up' command." 

Following the same, if I am trying Cleanup command, it fails with error:
"Subversion reported an error while doing a cleanup!"

So Update needs Cleanup, but Cleanup fails.

Note: When I'm manually removing lock file from .svn directory, it works
properly! 

Can anyone help me out on urgent basis!

Regards,
Shruti Jani 

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Shruti Jani</dc:creator>
    <dc:date>2008-11-24T13:18:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2381">
    <title>Re: Unhandled exception</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2381</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Eric Freitas</dc:creator>
    <dc:date>2008-11-06T16:25:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2380">
    <title>Re: Unhandled exception</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2380</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-11-06T16:02:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2379">
    <title>Re: Unhandled exception</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2379</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Eric Freitas</dc:creator>
    <dc:date>2008-11-06T15:58:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2378">
    <title>Re: Unhandled exception</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2378</link>
    <description>This is the mailing list for VSS2SVN, not for the CVS version.
However, it appears you need to install the .NET interops for VSS for
that application to work.

Bryan

On Thu, Nov 6, 2008 at 9:00 AM, Eric Freitas &lt;efreitos&lt; at &gt;yahoo.com&gt; wrote:

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Bryan Aldrich</dc:creator>
    <dc:date>2008-11-06T14:46:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2377">
    <title>Unhandled exception</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2377</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Eric Freitas</dc:creator>
    <dc:date>2008-11-06T14:00:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2376">
    <title>Re: Problems with Rollback to version</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2376</link>
    <description>
Rollback is not supported in the trunk version of the script.


Try the version from my branch:

http://www.pumacode.org/projects/vss2svn/browser/branches/Alexander

Alexander

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Alexander Gavrilov</dc:creator>
    <dc:date>2008-10-15T19:48:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2375">
    <title>Problems with Rollback to version</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2375</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Jan Hlavatý</dc:creator>
    <dc:date>2008-10-15T19:07:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2374">
    <title>Re: Deleting complete repository in SVN</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2374</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shruti Jani wrote:

SVN has nothing like VSS's "Destroy" command.
If you want to obliterate a repository, you can delete it from the
server's disk.
If you just want to remove something from the current HEAD, you can do
an 'svn delete' on it.
If you want to permanently remove a particular path from a repository,
you could use the 'svndumpfilter' tool as illustrated here:
http://www.linuxtopia.org/online_books/programming_tool_guides/version_control_with_subversion/svn.reposadmin.maint_3.html


Hope this helps.
- -Kenneth

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJI9D7qAAoJEIsblWe5kJ+jH/gH/jSeAyP/SJvVCtbsBTqRskEV
mrfFTzg4PCpKN/w9WiebZolZJRJ8ErYLrTEsbg5f26bBTbS+rx8gQFmkTntV/qrK
boBBvEiRJsq+vpGCVM1RFmXyM0VD+S6ZNDLDi0NpO7EYRg3bxhrcbx+aXoZlAFJg
NKFsTeZaE3eDPgm2S+QiQ6ag13GQOnacXxO4DwSz/uEHuea67Ayeh2SZFh3/tYLp
BNiHl/S551MNzGMlHJIqAEfXfWfUrKNZZLJTJegMiaG/O7iS75xXNOUUhO9oeqU3
hSjT+u58BwFZ+Abm72CC6Nj1Mo7mH2uoMwZzVrkHOC+wex46q/IJ7PE+BVCdV9w=
=xM8h
-----END PGP SIGNATURE-----

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Kenneth Lakin</dc:creator>
    <dc:date>2008-10-14T06:40:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2373">
    <title>Deleting complete repository in SVN</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2373</link>
    <description>Hi,

Can anyone please let me know, how can I remove complete repository from
SVN?

Regards,
Shruti Jani

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Shruti Jani</dc:creator>
    <dc:date>2008-10-14T06:36:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2372">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2372</link>
    <description>
Not sure really; I know that there are certain operations that can't be 
done in the same revision after a file is added/renamed but I didn't 
make specific notes on what they are. FWIW here is the SVN dumpfile doc 
although it talks mostly about the format and not the rules:

http://svn.collab.net/viewvc/svn/trunk/notes/dump-load-format.txt

The following project has a couple interesting-looking tools and they 
supposedly have more docs on the dumpfile format but their repo 
currently seems to be broken in Trac so I couldn't look into it more:

http://www.cubewano.org/blacktackle

toby

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-10-10T14:01:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2371">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2371</link>
    <description>
I'm currently using a Fedora 9 x86_64 system with 8GB RAM. The
previous one was a 32-bit system with only 512MB.

On an unrelated topic: which combination of actions on the same path
does SVN allow within one commit in the dump file? E.g. git allows any
sequence of commands in its fast-import format, but remembers only the
final state. I suspect that SVN is more restrictive.

Alexander

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Alexander Gavrilov</dc:creator>
    <dc:date>2008-10-10T12:42:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2370">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2370</link>
    <description>
Hmm, I seem to recall others having trouble in the past with that module 
also. I think I was using Perl 5.8 on my Win32 box; maybe DBD-SQLite2 
was never updated for 5.10.

toby

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-10-09T14:37:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2369">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2369</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Jan Hlavatý</dc:creator>
    <dc:date>2008-10-09T14:16:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2368">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2368</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-10-09T14:01:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2367">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2367</link>
    <description>
Why are you building it on Windows? You should be able to just install 
the module from the ActiveState repository using ppm.

toby

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-10-09T13:58:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2366">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2366</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Jan Hlavatý</dc:creator>
    <dc:date>2008-10-09T08:46:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2365">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2365</link>
    <description>
Yes, SQLite 3 is available as DBD::SQLite. But I didn't see any noticeable
differences in performance: switching the DB to a ramdisk is a lot
more effective.
So the only argument for switching is that SQLite2 is sort of obsolete. On the
downside, it may bring hidden bugs, like the one in that hunk which adds '+0' to
a request to make it work.

Alexander

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Alexander Gavrilov</dc:creator>
    <dc:date>2008-10-09T08:42:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2364">
    <title>Re: Issue getting application to built</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2364</link>
    <description>_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user</description>
    <dc:creator>Toby Johnson</dc:creator>
    <dc:date>2008-10-09T05:38:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2363">
    <title>Re: Error while migrating from VSS to SVN</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.vss2svn.user/2363</link>
    <description>I had to do a byte-level comparison between a GetLatest from VSS and a
full update from SVN. If you find differences, there they are, if you
don't, then they are some historical versions that VSS forgot about or
something weird happened. When I migrated mine, I had 3 or 4 files
left thati couldn't place their proper location.

Bryan

On Wed, Oct 8, 2008 at 8:45 AM, Shruti Jani &lt;shruti.jani&lt; at &gt;elitecore.com&gt; wrote:

_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user


</description>
    <dc:creator>Bryan Aldrich</dc:creator>
    <dc:date>2008-10-08T14:43:25</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.vss2svn.user">
    <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.subversion.vss2svn.user</link>
  </textinput>
</rdf:RDF>
