Re: Perforce to Subversion

2018-06-14 Thread Nico Kadel-Garcia
On Thu, Jun 14, 2018 at 10:24 AM, Brady Cottam <
brady.cot...@biofiredefense.com> wrote:

> Can anyone tell me if you can import data from Perforce into Subversion
> with any ease?
>
>
>
> Thanks
> Brady
>
>
>
*Data* is trivial. *History* especially older and contorted history as
projects got re-arranged or accidentally mislaid, or chunks re-arranged,
*that* can be hard. The tool you're looking for is called "p4tosvn", and
there have been many variants. One of the dirtier ones, that allows
scrubbing idle or no longer used hisstory, is at
https://matschaffer.com/2009/11/migrate-from-perforce-to-svn/. That
actually uses the built-in git tools to pull from p4, and to export to svn.
That gives you the chance, if you want it, to delete obsolete branches or
bulky unwanted binaries and get them out of hte history.


Perforce to Subversion

2018-06-14 Thread Brady Cottam
Can anyone tell me if you can import data from Perforce into Subversion with 
any ease?

Thanks
Brady



[cid:image001.gif@01D403B9.219AE760]

Brady Cottam
Applications Engineer
BioFire Defense
79 W 4500 S Suite 14 | Salt Lake City, Utah 84107 USA
Office: 801-262-3592 x1380
Email: brady.cot...@biofiredefense.com

[cid:image002.gif@01D403B9.219AE760]
www.BioFireDefense.com


CONFIDENTIALITY NOTICE: This email and any attachments are confidential 
information of the sender and are for the exclusive use of the intended 
recipient. If you are not the intended recipient, be aware that any disclosure, 
copying, distribution, or use of this email or any attachment is prohibited. If 
you have received this email in error, please notify us immediately by 
returning it to the sender and delete this copy from your system. Thank you for 
your cooperation.


Re: Abuout subversion use_ assertion failed

2018-06-14 Thread Johan Corveleyn
On Wed, Jun 13, 2018 at 4:56 AM, 金聪睿  wrote:
> About SVN
> 1\ WIN2008  VisualSVN Server  2.5.1(Subversion 1.7.1,Apache 2.2.21)
> 2\ TortoiseSVN 1.9.X(zh_CN)
>
> Problems:
> When updating working copies,TortoiseSVN showed an error as follows:
> file
> "D:\Development\SVN\Releases\TortoiseSVN-1.9.5\ext\subversion\subverion\libsvn_wc\update_editor.c"
> line 1446 : assertion failed (action == svn_wc_conflict_action_delete  )
>
> I have searched the archives,but can not find out effective solutions .

Can you try again with the latest version, 1.10.0? For TortoiseSVN you
should be able to download it from here:
https://tortoisesvn.net/downloads.html.

It's possible that this is already fixed (or fails in a different way
now ... hard to tell).

-- 
Johan