[p4] Two questions as a new user
Sambwise <[email protected]>
| Newsgroups | gmane.comp.version-control.perforce |
|---|---|
| Message-ID | <[email protected]> |
Posted on behalf of forum user 'Sambwise'. [https://forums.perforce.com/index.php?app=forums&module=forums§ion=findpost&pid=22330] Gorr, on 2017/09/13 07:34:11 UTC, said: > First one: > I was uploading whole project folder onto company server, it was rather large one - about 2GB total. > So after like 2 hours of uploading P4 reported some error with few file names (they were written using non latin characters), and after I clicked ok I got bit shocked as nothing else was uploaded on server! > So I basically lost 2 hours of uploads because of problem with just a few files, is this normal? Can this option be changed somehow? > Also, not sure why I am not allowed to use file names that are working perfectly fine in other programs I am using for this project. > Changelist submits are atomic, so if one file fails, they all fail. If you break your changes up into smaller chunks this obviously isn't a problem. If you want the submit to be atomic but you want to break up the upload, shelving is a good solution -- you can update a shelved change incrementally and then submit it directly from the server (submit -e) without needing to re-transfer the files. The filename issue would be easier to debug if we could see the error message, but I'm going to guess that there's some Unicode configuration problem -- maybe the auto-detected character set for your computer isn't correct? You should be able to set this manually if you can figure out what the right value is. Quote > Second problem: > After company updated some files, I have used option "Get latest revision". > There were few files added, and few updated but I was unable to get any info which ones. > Did I missed that option top check actual file names? I was unable to find it. > You might be able to get this in P4V's log pane. If you use the "p4 sync" command from the command line it'll print exactly what files were updated to stdout. If you're trying to figure it out after the fact (i.e. answer the question "what changed recently"?) looking at recent submitted changelists is usually a good place to start -- you can filter this down to only show the ones that affect your workspace. -- Please click here to see the post in its original format: http://forums.perforce.com/index.php?/topic/5480-two-questions-as-a-new-user _______________________________________________ perforce-user mailing list - [email protected] http://maillist.perforce.com/mailman/listinfo/perforce-user