Discussion:
Subversion Exception!
Igor Korkin
2018-07-17 08:42:05 UTC
Permalink
---------------------------
Subversion Exception!
---------------------------
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 2821: assertion failed (db->propchanges->nelts == 0)
---------------------------
ОК
---------------------------
Andreas Stieger
2018-07-17 09:04:25 UTC
Permalink
Post by Igor Korkin
with as much information as possible about what
you were trying to do.
You forgot about this part.
Post by Igor Korkin
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 2821: assertion failed (db->propchanges->nelts == 0)
Upgrade to 1.10.0 and try again.

Andreas
Igor Korkin
2018-07-17 09:08:31 UTC
Permalink
Hi,

I'm a beginner in github and I'm trying these steps -
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/

Thank you!
Post by Andreas Stieger
Post by Igor Korkin
with as much information as possible about what
you were trying to do.
You forgot about this part.
Post by Igor Korkin
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 2821: assertion failed (db->propchanges->nelts == 0)
Upgrade to 1.10.0 and try again.
Andreas
Andreas Stieger
2018-07-17 09:41:57 UTC
Permalink
Post by Igor Korkin
Post by Andreas Stieger
Post by Igor Korkin
with as much information as possible about what
you were trying to do.
You forgot about this part.
Post by Igor Korkin
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 2821: assertion failed (db->propchanges->nelts == 0)
Upgrade to 1.10.0 and try again.
I'm a beginner in github and I'm trying these steps -
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
This seems to have no relation to your original report. How can we help?

Andreas
Igor Korkin
2018-07-17 09:48:39 UTC
Permalink
Thank you!

Can you give an instructions how to upload my research papers to the github?

Also I have a issue: in my C++ project I use another huge project from
github, which I downloaded using it zip version.
Now I want to upload my project to the github. How to avoid
duplicating this hude project in my repository on github?

Please, recommend me some appropriate simple books or web-sites to
learn github and SVN.
Post by Andreas Stieger
Post by Igor Korkin
Post by Andreas Stieger
Post by Igor Korkin
with as much information as possible about what
you were trying to do.
You forgot about this part.
Post by Igor Korkin
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 2821: assertion failed (db->propchanges->nelts == 0)
Upgrade to 1.10.0 and try again.
I'm a beginner in github and I'm trying these steps -
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
This seems to have no relation to your original report. How can we help?
Andreas
Ryan Schmidt
2018-07-17 13:01:50 UTC
Permalink
Post by Igor Korkin
Can you give an instructions how to upload my research papers to the github?
Well ideally you would do so using the git program, not the svn program. How to use the git program would be out of scope for this mailing list.

GitHub is unique among git hosting providers (AFAIK) in that it does offer a Subversion compatibility mode, where you can in fact use the svn program to interact in a limited way with a git repository hosted on GitHub. However, it does not support the full Subversion feature set, and the partial support that it does offer is buggy. I have been using this mode for almost 2 years with a project I moved to GitHub, and I don't recommend it; the bugs cause my working copy to become corrupted often. If you can tolerate it, I recommend learning and using git instead when interacting with git repositories.
Igor Korkin
2018-07-17 13:03:32 UTC
Permalink
Thanks for the tip!
Post by Igor Korkin
Post by Igor Korkin
Can you give an instructions how to upload my research papers to the
github?
Well ideally you would do so using the git program, not the svn program.
How to use the git program would be out of scope for this mailing list.
GitHub is unique among git hosting providers (AFAIK) in that it does offer
a Subversion compatibility mode, where you can in fact use the svn program
to interact in a limited way with a git repository hosted on GitHub.
However, it does not support the full Subversion feature set, and the
partial support that it does offer is buggy. I have been using this mode
for almost 2 years with a project I moved to GitHub, and I don't recommend
it; the bugs cause my working copy to become corrupted often. If you can
tolerate it, I recommend learning and using git instead when interacting
with git repositories.
Loading...