I'm using VisualSVN as my Subversion server. How can I see who is currently working on a file or files? And also how can I see who has checked out a file and when? I am open to using a different program but it needs to be compatible with Windows. My server is on Windows Server 2012 R2. My team works in Windows 7 (in the future will be upgrading to Windows 10). The VisualSVN has a web interface but it just shows who has checked-IN a file.
Related
I see on github for windows it's for windows 7 and 8.
can you install it on windows server 2008 r2?
i have a fire walled server that is for our .net code as our team foundation server so I was going to use the same server to host our source control for cocoa/mac applications we have...
If you are after a Git server (as in able to host git repos), you can consider, on Windows, the Bonobo Git server.
It knows how to interface with IIS, and is compatible with various Windows releases, including windows server 2008 r2.
I have Windows 7 64bit. I had Sql Server 2008 R2 Express installed. I unistalled it and then I tried to install Sql Server 2008 R2 Web. Unfortunatelly on the Setup Support Rules page for 'Consistency validation for SQL Server registry keys' I got 'Failed'. I spent half of a day trying to solve it, but then I assumed that there must be realy something wrong with registry keys and it will be faster just to reinstall Windows.
After formatting the disk and reinstalling Windows 7, rebooting dozen of times I installed all Windows upadtes as well. I also did install some programs like Skype, Thundirbird etc. which has no influence on Sql Server setup.
And then I tried again to install Sql Server 2008 R2 Web. And again an error. A bit different one. Now when the setup is on the Setup Support Rules page I get an error message box with the title "FixSqlRegistryKey_x86 - Application Error" and content: The application was unable to start correctly (0xc000007b). Click OK to close the application. 'Consistency validation for SQL Server registry keys' gets 'Failed' status as well.
My team mate has exactly the same machine as mine. He had no problem with installation (he didnt even need to reinstall Windows).
I run the setup as administrator, from a local folder. I even tried to use the setup files copied from my team mate, for a case if my copy is corrupted. In the setup options I have chosen the 'x64' version.
Any ideas what can be the reason of the problem?
Problem solved.
Someone suggested to me that Web edition should not be installed on Win 7 (just on Windows Server). So perhaps installing a different version would work. My team mate perhaps succeeded acidentially - due to having sql server installed already in express edition... but it is just a guess.
Before I tried to install another edition of SqlServer, I downloaded 2008 Express version and I started the install. From the temporary folder created by the express edition I copied FixSqlRegistryKey_x86.exe file and I had overwritten the problematic file in the Web setup with this file.
I started the setup again. It passed the verification this time. But has crashed on a later point - setup unpacks the installation files to C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2 and runs from it. So I needed to again overwrite the problematic file in this location. Now the installation succeeded.
Previously I had some problem that cannot run a PHP project previously made in Windows XP to Ubuntu server with plain PHP.
If I start working on a new project with Zend Framework (PHP) in Windows XP, does it cause some problem porting to ubuntu environment(Also mongodb in Windows to Ubuntu)?
Problems were different file format system, file privilege, case-sensitive(Ubuntu) or insensitive(Windows) issues.
I believe the Framework will take care of miscellaneous environment differences between those two operating systems.
If not, should I start my project on Ubuntu?
If developing on Ubuntu is the best choice, using FTP is the best way to update code?
What about running Zend console through "zf" commands?
I need some suggestion and advice on Zend Framework Development Environments and Know-Hows.
I'm not genes in zend framework. But I use zend project in both Windows and Linux environment.
File formatting is not problem in both OS. Because php, phtml, ini etc.. file are working in both system.
In linux you should give read permission to web user for your project.
My project makes use of the Play! framework, so I don't need an editor that can compile. I generally like NetBeans, but would like to remote edit source files on the server to save time. I also often switch between my desktop/netbook for development, so remote editing would save me from syncing a dev environment.
All my searches for remote editing for Netbeans suggest that it's available for PHP projects, but I don't see anything for Java projects. If Netbeans doesn't support remote editing for Java projects, is there an IDE that does?
Edit: I develop on Windows but the server runs Linux.
You don't mention your operating system, but there are solutions for Windows where you can make a FTP server appear as a regular drive in Windows. That way you can use any editor/IDE you like regardless whether that supports FTP access or not.
A quick search diggs up this:
http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/
I'm trying to get .asp pages working on Windows Internet Information Server 6.0 on Win XP Pro (I originally mistakenly posted this as Home).
I found instructions in several places that say I should enable it in the Web Services Extension folder.
Problem is that my IIS6 doesn't have that folder under the local computer.
Update: I tried getting it to work with IIS5 but (as noted below) the instructions call for a WSE folder that isn't present.
So I installed IIS6. Hence my question is about IIS6.
Do I perhaps need to uninstall IIS6
IIRC XP has IIS 5.1, not 6.0, so the instructions for "Web Services Extension" do not apply
I recall IIS 5.1 only allowing ASP support on a virtual folder, not on the root level for some reason?
Have you run the IIS lockdown tool and locked out ASP? Need to undo that :-)
Check http://www.codinghorror.com/blog/archives/000329.html for other hints