Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Too many subfolders (Score 1) 238

We don't really do "traditional programming", so to speak. Instead we make building automation projects (like HVAC controls), and the workflow generally goes like this:

1) We make cabling lists for electricians 2) we make HTML graphics, do PLC programming (say 1 to 5 days for small projects), 3a) we wait ~6 months until electricians have finished cabling (they have to wait for construction workers) 3b) while also installing our own control devices and testing the software, 4) project is finished, but are often revisited to add new features, fix something, answer questions, ...

If someone calls us and asks e.g. what kind of valve is at location 13, project 154, it's difficult and slow to checkout the project first and then access some file. And If we keep everything synced at all times, it's about 200 projects and 6 GB of data. It's not great to have a 6 GB git project or 200 git projects that we'd have to juggle.

Also we know the current solution is technically really ugly, but it works. Even our manager knows how to press a button to sync everything. Or how to access/edit/add a document from a 4 yo project, while talking on the phone and leaving the office in 2 minutes. Also note we have 5 laptops (i.e. 5 people), but 3 programmers, so not everyone is so tech-savvy.

Comment Re:Subsetting a repository of files (Score 1) 238

Thanks for your answer. I will look into TortoiseSVN. As I wrote above, of course we do know about git and the like, but the problem has been usability. We are not familiar with easy to use GUI clients. The solution should be something you could make your mother use (because of our CEO and installer, not the programmers).

Comment Re:stop trying, use git instead (Score 1) 238

OP here. Of course we have heard of version control, git and the like.

It is important that subscribing to a project is as easy as copying it from Z:\ to C:\projects\.

Does git accomplish this? Our programmers are comfortable on the command line, but our installer and CEO are not. Which solution would use you use with your mother?

easy to use

Let's imagine your mother has received a PDF document in her email, and she has to add it to the repo. Would you really make her use git? Just making her email the file to you isn't a good solution in this case.

Submission + - Ask Slashdot: How to Synchronize Projects Easily?

Koookiemonster writes: This is a revised submission; previous was replied to by Timothy. I may revise more if needed. Previously I tried to keep the submission very short, so I missed many details.
(Re: https://f6ffb3fa-34ce-43c1-939d-77e64deb3c0c.atarimworker.io/submission/2941827/ask-slashdot-how-to-synchronize-projects-easily)

(You can also add the info of about some 200 folders in the Z:\-drive, if you wish), for scale.

----

Our company has many projects, each one with a folder on a Samba drive (Z:\). Our problem is syncing only the programmers' current projects (~30 at any time) between Z:\ and their C:\Projects\-folder on five Windows 7 laptops. If we sync the whole Z:\-drive, our projects-folders would be filled with too many subfolders, making it difficult to navigate.

The folders contain OpenPCS projects (PLC) and related files (Word, Excel, PDF documents). A common project folder is 50 MB.

Is there any easy to use, low budget sync software with scripting, so that we could e.g. only sync folders that exist locally?

---
Read more...?
---

Many programs do support selective sync, but choosing what to sync is awkward; projects and who works on them change daily. It is important that subscribing to a project is as easy as copying it from Z:\ to C:\projects\.

The Z:\-folder with all of our current and past projects is located on a desktop PC running Ubuntu Linux. It can share files e.g. via Samba or FTP. All PCs are on the same (W)LAN. Off-site backups of Z:\ are taken care of via rsync.

The company has three programmers, who usually handle their own projects alone, but very often others need to add files to projects. Bigger projects need more programmers.

Currently we use FreeFileSync with a custom piece of Javascript to make batch files that synchronize e.g. folders C:\projects\123_ProjectName\ and Z:\123_ProjectName\ if the local folder exists. However, that solution lacks versioning, real-time sync and deletion support. It only syncs when we press a button, and then older files are overwritten by newer files (two way sync; older files go to a "sync-deletions"-folder).

PS. Bonus points for solutions that allow renaming project folders without renaming them on all laptops.

Submission + - Finnish Copyright Initiative Gets 50,000 Signatures

Koookiemonster writes: The Finnish citizens' initiative site (Finnish/Swedish only) has fulfilled the required amount of signatures for the third initiative since its founding. This means that the Parliament of Finland is required to take the Common Sense in Copyright initiative into processing.

The initiative calls for removal of copyright infringement as a crime, reducing violations by private individuals to a misdemeanor.

Comment Re:Please don't (Score 3, Informative) 417

Check out Autopager: an add-on for firefox, that automatically loads the next page when you scroll down. All fetched pages are displayed on one page. "It just works" for many sites -- some sites aren't configured, but you can configure them yourself.

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Faddons.mozilla.org%2Fen-US%2Ffirefox%2Faddon%2F4925

Slashdot Top Deals

If you didn't have to work so hard, you'd have more time to be depressed.

Working...