Topic profile page for Version Control.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Version Control.
Topic "Version control" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 17 hours ago (2009-12-23 21:34:00)
by fixermark
Hi everyone! As we roll towards this year's competition, I wanted to suggest something for the volunteers who will be working with control systems programmers (and the teams who have control systems programmers, and the team members who are control systems programmers... Hello, my fellow code-slingers!). If you're already familiar with version control, feel free to skip all of this. ...
Started 2 days, 3 hours ago (2009-12-23 11:05:00)
by Wesley Groleau
Sharepoint document libraries used for policies and procedures, both administrative and clinical (health care). version control and approval workflows support legislative requirements and protect against liability issues. Unfortunately, deleting a document removes all record that it ever existed--all the history goes with it. I don't have a sandbox right now to verify, but I think it...
Started 2 days, 20 hours ago (2009-12-22 18:30:00)
by link1277
Is there a way or a script of some kind to run a report on a list of documents in the Document Library that haven't been modified in a year. I would like to run this every week and send an email to the owner. We are using Sharepoint 3.0 and SQL 2000. Some sort of version control notifications.
Started 3 days, 7 hours ago (2009-12-22 07:32:00)
by alanzhoupsd
Like SharePoint document version control functionality. Our Reps upload documents to their Accounts in CRM. But when they changed content of a document and uploaded it again, CRM created a new attachment record with same file name. That caused someone downloaded old version of that document. So they'd like have a version control on those attachments associated to accounts. Any ideas would be ...
Started 6 days, 3 hours ago (2009-12-19 10:48:00)
by MuGeN
Ok, so I've installed git, and i understand how to clone a copy of the project and checkout new branches etc etc (all through the terminal on my mac - haven't looked at GUIs yet...) What I want to know is a fundamental thing that I'm unsure of, and that is how to collaborate with this system... is it as simple as giving people access to a certain folder on my computer via SSH or ...
Started 6 days, 23 hours ago (2009-12-18 15:24:00)
by jon@cmiwebstudio
I have not used the subversion controls in Dreamweaver. They seem fairly straight forward, however, I have a client that works solely on GIT. Can dreamweaver cs4 work with GIT? Any plugins, extensions, hacks, etc.? Or does this dwcs4 feature not require the use of subversion?
Started 4 days, 18 hours ago (2009-12-20 20:40:00)
by Mohit
Hi friends, Can any one tell me that which lowest version of TSPI supports the call center controll and ACD proxy funCTIonality? What I am trying to ask is if I want to use the call center control and ACD functionality inTAPI aplication as a part of 3rd party CTI application then which is the lowest TAPI (or TSPI) ...
Started 3 days, 4 hours ago (2009-12-22 10:24:00)
by Abdelkrim_NET
hi to everyone, i have a problem, i created a project in tfs 2010 beta2 and everything is working fine, workitems, reports, etc, check-in files, but when i try to get the latest version from source control an error pops up saying TF30063: You are not authorized to access Microsoft-IIS/7.0. since you never had to trust those messages i went to the event log, and the first error that is causing ...
Started 5 hours, 51 minutes ago (2009-12-25 08:53:00)
by Nadav Zingerman
Quote: Originally Posted by spartango Strongly agree with this post--team's that havent looked much into version control should definitely read this.. I've liked git mostly for its amazing automerging system--yes Hg and SVN have merge tools and auto stuff, but git is by far the best. Could you elaborate? In my ...
Started 5 days, 11 hours ago (2009-12-20 03:09:00)
by David_Powers
jon@cmiwebstudio wrote: FYI, i bought your PHP OOS book and found it to be very well written, providing a good base for OOP. When's your next book coming out? Thanks, Jon. "PHP Object-Oriented Solutions" hasn't sold as well as my other books, but I think a lot of people are (unnecessarily) intimidated by OOP. The idea was to provide a gentle introduction, as a stepping stone to using ...
Started 2 days, 22 hours ago (2009-12-22 16:19:00)
by Sic
Sure! I've actually got a few little techniques that you might find useful. Basically, seeing as you don't need the /trunk /branches /tags folder structure that serves well with SVN, I go for the following: /docs /html /install docs contains anything you might need to keep track of - proposals, images, wireframes, whatever. html contains all the code of the project install contains ...
Started 2 days, 2 hours ago (2009-12-23 11:45:00)
by GeoffEve
Hi Wesley, As well as Mikes suggestion, have you looked at Information Management Policies for your Document Libraries? (i.e. Document Library Settings, Information Management Rights) This allows you to configure the Auditing policy feature to log events such as when a document or item is edited, viewed, checked in, checked out, deleted, or has its permissions changed. Take a look at ...
Started 2 days, 8 hours ago (2009-12-23 06:37:00)
by Mike Walsh MVP
Another alternative would be to link the List as a Table in Access 2007 and run a stored report there which includes a query on the contents of Modified date. Much easier than setting up Reporting Services by far. The report in Access 2007 as it is from a single list could be generated quickly by the Report Wizard and that report could be amended in Design View to include the ...