Quantcast
Channel: SVNForum.org - Subversion Forum - Windows Servers
Viewing all 74 articles
Browse latest View live

Commit - Silent Failure

$
0
0
I am running subversion v1.6.7. on Windows.

I have had a problem committing a file, that does not report an error. If I look at the log message for the newly committed file the history appears all ok at the location where the commit was carried out. However, if I ‘update’ from the SVN repository to a new location then the commit did not ‘stick’ and the previous version of the file has been lost as well. This is verified by the ‘repo-browser’ results.

So, to demonstrate the problem by example:

Log Messages for a file are:

Revision Actions …
2 Added …
1 Modified …

After committing a change to the file, everything seems normal. I receive no errors and the log message for the file shows the new version 3 as expected.

Revision Actions …
3 Modified …
2 Added …
1 Modified …

However, if I update the file in a new location I get version 1, and looking at the change log I see: (this is verified by the repo browser also).

Revision Actions …
1 Modified …

So the commit of a file has failed and the previous revision 2 of the file has disappeared also, unless I look in the original build directory. It is interesting to note that revision 2 of the file had an associated change type of ‘Added’ as opposed to ‘Modified’, and am curious as to whether this fact could be associated with the source of the problem.

I have tried a Clean Up on the parent directory but this makes no difference.
I have tried switching off ‘Log Caching’ temporarily, and updating the new location but this does not fix the problem either.

I could just re-commit the changes by adding a white space to the file and therefore forcing a new change again, but am concerned that this is merely papering over the cracks of a problem that is most likely going to happen again.

Information from anyone who has any insights, or experience of this problem would be hugely appreciated.

Configure SVN on WIndows 8

$
0
0
HI,

I am new in SVN configuration. I have Windows 8 with 4 drives. I am planing to configure TortoiseSVN 1.7.12 on one of drive and will do the checkout from another drive. Will it possible to configure?

Appreciate you help on this.

Thanks in advance.

svnadmin dump access denied

$
0
0
Hello,

I´ve got version 1.6.6 on a windows 8 server machine.
Now I wanted to backup the repository with

Code:

svnadmin dump C:\repos > C:\myrepos.dmp
Unfortunately I get the error "Access denied".
Creating a repository with svnadmin is possible.

Do you have any ideas (I googled a lot...)
Thank you so much
Nicole

login/auth issue on windows

$
0
0
I installed SVN Edge on a server named nycsa4202 and created a username for myself. Now I am trying to import some files from a network drive letter of M: and I am getting a message that I believe is due to an authentication problem, but I don't know how to fix it. Here is the command I am running:

svn import M:/R_HOME http://nycsa4202:3343/csvn/repo/ONJ --username=bosr --editor-cmd=notepad

And here is the error I am getting:

C:\Users\bosr>svn import M:/R_HOME http://nycsa4202:3343/csvn/repo/ONJ --usernam
e=bosr --editor-cmd=notepad

Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit:
c
svn: E175011: Unable to connect to a repository at URL 'http://nycsa4202:3343/cs
vn/repo/ONJ'
svn: E175011: Repository moved temporarily to 'http://nycsa4202:3343/csvn/login/
auth'; please relocate

Does anyone have any advice?

Query on SVN

$
0
0
Hello sir,
I Am new to the svn i have installed tortoisesvn in my system and i want to use the project which i have included in the svn with the other system through LAN so, please help me on this issue. please send me the reply to my mail(pabba.mahesh60@gmail.com). Thank you

Where to start?

$
0
0
Hey, I'm sorry if I'm posting this in the wrong forum, but I have several pretty sizable projects, but I just began my first foray into looking for version control. SVN is the closest VC that I'm aware of, but I'm completely lost when it comes to setting one up. My IDE of choice is Netbeans (7.4, SVN plugin installed).

My current environments are:
  • Windows 7 Laptop - dev environment
  • Netbeans 7.4 (Subversion plugin)
  • Windows Server 2012 - prod & testing environment
  • IIS 8
  • PHP 5.4.12
  • Remote Connection (LAN when in office/VPN when out of office)


Please note - These environments were stipulated by corporate, they do allow me a lot of freedoms, but they mandated I use these environments above.

My question is, I'm not finding any recommended installations/setups with these environments in mind, would any of you have suggestions for the best way to set one up? I attempted to use the SVN installed within Netbeans, but it appears to have a huge performance issue, even on the LAN, or I may just not have set it up correctly.

Thanks for your help!

SVN verified revision : Missing node-id in node-rev

$
0
0
Hi ,

I was using SVN verify for revision and got this message " svnadmin: E160004: Missing node-id in node-rev at r 33254 <offset 7534>"
It will be very helpful if any one can help to solve the message. Thanks in advance.

svn mission node.jpg
Attached Images

Edge SVN can not commit large files.

$
0
0
hi guys in a nutshell after commiting a directory containing alot of files im getting

Commit failed (details follow):
Error running context: An existing connection was forcibly closed by the remote host

i can create small test files and commit no problem. but im trying to push an initial repo that's 50gb in size.

the server is running server 2012 with Edge SVN
client is local running tortoise svn.
i turned the firewall off to test and no luck.

thanks guys.

Error at first checkout

$
0
0
Hello everybody,

I'm encountering an error when checking out on svn for the first time a project. When I write in the Windows command line:

checkout https://the_URL_of_the_website/svn/trunk myapp

I get the following error:

svn: E175002: PROPFIND request on '/tools/myapp/svn/trunk' failed: 405 Method Not Allowed

I must say that I'm new to SVN, I read online that the checkout process must be the first thing to do when starting a project.

Thank you for your help, I'm a newbie to SVN but I'll be glad to help others later on when I'll be better at it!
Best Regards,
John

File not found: transaction '577'ha', path

$
0
0
Hello,

I'm working integrated with Visual Studio 2010.

TortieseSVN 1.7.11, Build 23600 64 bit
Subversion 1.7.8

I have files I'm trying to commit, I can compare my working to base and see the changes but when I commit I get this error message.. The file is definitely there. I've tried deleting it from the repo and files system. Still get same error.

SharpSvn.SvnFileSystemException: Commit failed (details follow): ---> SharpSvn.SvnFileSystemException: File not found: transaction '577-hb', path '/TEMPLATES/SearchControl.ascx.cs'
--- End of inner exception stack trace ---
at SharpSvn.SvnClientArgs.HandleResult(SvnClientConte xt client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientConte xt client, svn_error_t* error, Object targets)
at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)
at Ankh.Services.PendingChanges.PendingChangeHandler. <>c__DisplayClass1b.<Commit_CommitToRepository>b__ 19(Object sender, ProgressWorkerArgs e)
at Ankh.ProgressRunnerService.ProgressRunner.Run(Obje ct arg)

svnadmin: Premature end of content data in dumpstream

$
0
0
while loading a dump file into subdirectory trunk I face an error "svnadmin: Premature end of content data in dumpstream".

My dump file size is 105 MB.

Can any one help me in this issue.

Thanks in advance.

Unable to access admin page

$
0
0
Accessing the repositories seems to still work fine but when I try to access the admin page via http://192.168.11.59:9890/ubersvn/vi...ed/welcome.jsf
I get the following:
This page can't be displayed

•Make sure the web address http://192.168.11.59:9890 is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.

I had our administrator make sure I was not blocked via the firewall and she made sure all was passing through OK???

Any thoughts.
Thank you.

MTV2

Can't find saslpasswd2.exe in my TortoiseSVN W7 distribution

$
0
0
I am running with svn version 1.8.1 on Windows 7. I got it from the vanilla
TortoiseSVN download. Everything works fine up to creating some users under SASL.
saslpasswd2 does not seem to exist anywhere on my disks ..

Anyone know anything about this? Thanks in Advance.

svn: E230001:Server SSL certificate untrusted

$
0
0
Hi, I'm trying to log in to my svn via a VPN.

I receive the error:
svn: E230001: Server SSL certificate untrusted.

I can log into svn in other locations, but this is through a VPN?

Any help on how to fix this?

You have found an SWT bug.

$
0
0
This message has suddenly started appearing at unpredictable times. It includes this url for bug resolution:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=38050
It locks the PC until smart svn is closed.
Running smartsvn 7.5.5 on windows 7-64. Up until now this version on this platform has worked flawlessly.
Close smartsvn and restart it and everything seems fine again. Anyone seeing this?
XM

Unable to access admin page

$
0
0
Accessing the repositories seems to still work fine but when I try to access the admin page via http://192.168.11.59:9890/ubersvn/vi...ed/welcome.jsf
I get the following:
This page can't be displayed

•Make sure the web address http://192.168.11.59:9890 is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.

I had our administrator make sure I was not blocked via the firewall and she made sure all was passing through OK???

Any thoughts.
Thank you.

MTV2

File not found: transaction '577'ha', path

$
0
0
Hello,

I'm working integrated with Visual Studio 2010.

TortieseSVN 1.7.11, Build 23600 64 bit
Subversion 1.7.8

I have files I'm trying to commit, I can compare my working to base and see the changes but when I commit I get this error message.. The file is definitely there. I've tried deleting it from the repo and files system. Still get same error.

SharpSvn.SvnFileSystemException: Commit failed (details follow): ---> SharpSvn.SvnFileSystemException: File not found: transaction '577-hb', path '/TEMPLATES/SearchControl.ascx.cs'
--- End of inner exception stack trace ---
at SharpSvn.SvnClientArgs.HandleResult(SvnClientConte xt client, SvnException error, Object targets)
at SharpSvn.SvnClientArgs.HandleResult(SvnClientConte xt client, svn_error_t* error, Object targets)
at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)
at Ankh.Services.PendingChanges.PendingChangeHandler. <>c__DisplayClass1b.<Commit_CommitToRepository>b__ 19(Object sender, ProgressWorkerArgs e)
at Ankh.ProgressRunnerService.ProgressRunner.Run(Obje ct arg)

svnadmin: Premature end of content data in dumpstream

$
0
0
while loading a dump file into subdirectory trunk I face an error "svnadmin: Premature end of content data in dumpstream".

My dump file size is 105 MB.

Can any one help me in this issue.

Thanks in advance.

Can't find saslpasswd2.exe in my TortoiseSVN W7 distribution

$
0
0
I am running with svn version 1.8.1 on Windows 7. I got it from the vanilla
TortoiseSVN download. Everything works fine up to creating some users under SASL.
saslpasswd2 does not seem to exist anywhere on my disks ..

Anyone know anything about this? Thanks in Advance.

svn: E230001:Server SSL certificate untrusted

$
0
0
Hi, I'm trying to log in to my svn via a VPN.

I receive the error:
svn: E230001: Server SSL certificate untrusted.

I can log into svn in other locations, but this is through a VPN?

Any help on how to fix this?
Viewing all 74 articles
Browse latest View live


Latest Images